#399148

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

Shades of Chateau Green #399148

Tints of Chateau Green #399148

Color information

#399148 (or 0x399148) is unknown color: approx Chateau Green. HEX triplet: 39, 91 and 48. RGB value is (57,145,72). Sum of RGB (Red+Green+Blue) = 57+145+72=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 145 (57.03% from 255 or 52.92% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 145 - color contains mainly: green. Hex color #399148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399148 is #C66EB7. Grayscale: #6E6E6E. Windows color (decimal): -13004472 or 4755769. OLE color: 4755769.

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

Color convert

RGB5714572-
CMYK0.6100.500.43
HSL130.23º43.56%39.61%-
HSV(B)130.23º60.69%56.86%-
XYZ12.9821.599.61-
YUV110.37106.3589.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 145 (57.03% from 255) = 52.92%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=20.80%
G=52.92%
B=26.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145720.6100.500.43130.2343.5639.61
Hex3991483D0322B822c28
Octal7122111075062532025450
Binary111001100100011001000111101011001010101110000010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399148; }

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

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

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

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

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

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

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

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