#3EA85F

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

Shades of Chateau Green #3EA85F

Tints of Chateau Green #3EA85F

Color information

#3EA85F (or 0x3EA85F) is unknown color: approx Chateau Green. HEX triplet: 3E, A8 and 5F. RGB value is (62,168,95). Sum of RGB (Red+Green+Blue) = 62+168+95=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 168 (66.02% from 255 or 51.69% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 168 - color contains mainly: green. Hex color #3EA85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA85F is #C157A0. Grayscale: #808080. Windows color (decimal): -12670881 or 6268990. OLE color: 6268990.

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

Color convert

RGB6216895-
CMYK0.6300.430.34
HSL138.68º46.09%45.1%-
HSV(B)138.68º63.1%65.88%-
XYZ18.0529.8615.64-
YUV127.98109.3880.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.08%
GREEN value IS 168 (66.02% from 255) = 51.69%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=19.08%
G=51.69%
B=29.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal62168950.6300.430.34138.6846.0945.1
Hex3EA85F3F02B228b2e2d
Octal7625013777053422135655
Binary111110101010001011111111111010101110001010001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,168,95); }

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

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

 a { background-color: rgb(62,168,95); }

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

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

 span { border-color: rgb(62,168,95); }

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