#39A85F

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

Shades of Chateau Green #39A85F

Tints of Chateau Green #39A85F

Color information

#39A85F (or 0x39A85F) is unknown color: approx Chateau Green. HEX triplet: 39, A8 and 5F. RGB value is (57,168,95). Sum of RGB (Red+Green+Blue) = 57+168+95=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #39A85F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39A85F is #C657A0. Grayscale: #7E7E7E. Windows color (decimal): -12998561 or 6268985. OLE color: 6268985.

HSL color Cylindrical-coordinate representation of color #39A85F: hue angle of 140.54º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A85F is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB5716895-
CMYK0.6600.430.34
HSL140.54º49.33%44.12%-
HSV(B)140.54º66.07%65.88%-
XYZ17.7629.715.62-
YUV126.49110.2378.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.81%
GREEN value IS 168 (66.02% from 255) = 52.5%
BLUE value IS 95 (37.5% from 255) = 29.69%
R=17.81%
G=52.5%
B=29.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57168950.6600.430.34140.5449.3344.12
Hex39A85F4202B228d312c
Octal71250137102053422156154
Binary1110011010100010111111000010010101110001010001101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39A85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39A85F; }

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

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

<style>
 a { background-color: #39A85F; }

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

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

<style>
 span { border-color: #39A85F; }

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

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