#399150

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

Shades of Chateau Green #399150

Tints of Chateau Green #399150

Color information

#399150 (or 0x399150) is unknown color: approx Chateau Green. HEX triplet: 39, 91 and 50. RGB value is (57,145,80). Sum of RGB (Red+Green+Blue) = 57+145+80=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #399150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399150 is #C66EAF. Grayscale: #6F6F6F. Windows color (decimal): -13004464 or 5280057. OLE color: 5280057.

HSL color Cylindrical-coordinate representation of color #399150: hue angle of 135.68º 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 #399150 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB5714580-
CMYK0.6100.450.43
HSL135.68º43.56%39.61%-
HSV(B)135.68º60.69%56.86%-
XYZ13.2621.711.08-
YUV111.28110.3589.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.21%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=20.21%
G=51.42%
B=28.37%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145800.6100.450.43135.6843.5639.61
Hex3991503D02D2B882c28
Octal7122112075055532105450
Binary111001100100011010000111101010110110101110001000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399150; }

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

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

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

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

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

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

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

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