#3BA956

Color #3BA956 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #3BA956

Tints of Chateau Green #3BA956

Color information

#3BA956 (or 0x3BA956) is unknown color: approx Chateau Green. HEX triplet: 3B, A9 and 56. RGB value is (59,169,86). Sum of RGB (Red+Green+Blue) = 59+169+86=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #3BA956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA956 is #C456A9. Grayscale: #7E7E7E. Windows color (decimal): -12867242 or 5679419. OLE color: 5679419.

HSL color Cylindrical-coordinate representation of color #3BA956: hue angle of 134.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA956 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB5916986-
CMYK0.6500.490.34
HSL134.73º48.25%44.71%-
HSV(B)134.73º65.09%66.27%-
XYZ17.6729.9813.66-
YUV126.65105.0679.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 169 (66.41% from 255) = 53.82%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=18.79%
G=53.82%
B=27.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59169860.6500.490.34134.7348.2544.71
Hex3BA956410312287302d
Octal73251126101061422076055
Binary1110111010100110101101000001011000110001010000111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BA956; }

 p { color: rgb(59,169,86); }

 H1.HeaderClassName
 {
   color: #3BA956;
 }
 .AnyTagClassName
 {
   color: #3BA956;
 }
</style>
background-color css

<style>
 a { background-color: #3BA956; }

 a { background-color: rgb(59,169,86); }

 div.DivClassName
 {
   background-color: #3BA956;
 }
 .BgClassName
 {
   background-color: #3BA956;
 }
</style>
border-color css

<style>
 span { border-color: #3BA956; }

 span { border-color: rgb(59,169,86); }

 td.TdClassName
 {
   border-color: #3BA956;
 }
 .TagClassName
 {
   border-color: #3BA956;
 }
</style>