#39914B

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

Shades of Chateau Green #39914B

Tints of Chateau Green #39914B

Color information

#39914B (or 0x39914B) is unknown color: approx Chateau Green. HEX triplet: 39, 91 and 4B. RGB value is (57,145,75). Sum of RGB (Red+Green+Blue) = 57+145+75=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #39914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39914B is #C66EB4. Grayscale: #6E6E6E. Windows color (decimal): -13004469 or 4952377. OLE color: 4952377.

HSL color Cylindrical-coordinate representation of color #39914B: hue angle of 132.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39914B is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB5714575-
CMYK0.6100.480.43
HSL132.27º43.56%39.61%-
HSV(B)132.27º60.69%56.86%-
XYZ13.0821.6310.14-
YUV110.71107.8589.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 145 (57.03% from 255) = 52.35%
BLUE value IS 75 (29.69% from 255) = 27.08%
R=20.58%
G=52.35%
B=27.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145750.6100.480.43132.2743.5639.61
Hex39914B3D0302B842c28
Octal7122111375060532045450
Binary111001100100011001011111101011000010101110000100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39914B; }

 p { color: rgb(57,145,75); }

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

<style>
 a { background-color: #39914B; }

 a { background-color: rgb(57,145,75); }

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

<style>
 span { border-color: #39914B; }

 span { border-color: rgb(57,145,75); }

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