#3BAA61

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

Shades of Chateau Green #3BAA61

Tints of Chateau Green #3BAA61

Color information

#3BAA61 (or 0x3BAA61) is unknown color: approx Chateau Green. HEX triplet: 3B, AA and 61. RGB value is (59,170,97). Sum of RGB (Red+Green+Blue) = 59+170+97=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAA61 is #C4559E. Grayscale: #808080. Windows color (decimal): -12866975 or 6400571. OLE color: 6400571.

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

Color convert

RGB5917097-
CMYK0.6500.430.33
HSL140.54º48.47%44.9%-
HSV(B)140.54º65.29%66.67%-
XYZ18.3430.5416.24-
YUV128.49110.2378.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 170 (66.80% from 255) = 52.15%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=18.10%
G=52.15%
B=29.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59170970.6500.430.33140.5448.4744.9
Hex3BAA614102B218d302d
Octal73252141101053412156055
Binary1110111010101011000011000001010101110000110001101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,97); }

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

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

 a { background-color: rgb(59,170,97); }

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

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

 span { border-color: rgb(59,170,97); }

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