#3BAE61

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

Shades of Chateau Green #3BAE61

Tints of Chateau Green #3BAE61

Color information

#3BAE61 (or 0x3BAE61) is unknown color: approx Chateau Green. HEX triplet: 3B, AE and 61. RGB value is (59,174,97). Sum of RGB (Red+Green+Blue) = 59+174+97=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAE61 is #C4519E. Grayscale: #838383. Windows color (decimal): -12865951 or 6401595. OLE color: 6401595.

HSL color Cylindrical-coordinate representation of color #3BAE61: hue angle of 139.83º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAE61 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.

Color convert

RGB5917497-
CMYK0.6600.440.32
HSL139.83º49.36%45.69%-
HSV(B)139.83º66.09%68.24%-
XYZ19.132.0616.49-
YUV130.84108.976.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 174 (68.36% from 255) = 52.73%
BLUE value IS 97 (38.28% from 255) = 29.39%
R=17.88%
G=52.73%
B=29.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59174970.6600.440.32139.8349.3645.69
Hex3BAE614202C208c312e
Octal73256141102054402146156
Binary1110111010111011000011000010010110010000010001100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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