#399348

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

Shades of Chateau Green #399348

Tints of Chateau Green #399348

Color information

#399348 (or 0x399348) is unknown color: approx Chateau Green. HEX triplet: 39, 93 and 48. RGB value is (57,147,72). Sum of RGB (Red+Green+Blue) = 57+147+72=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #399348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399348 is #C66CB7. Grayscale: #6F6F6F. Windows color (decimal): -13003960 or 4756281. OLE color: 4756281.

HSL color Cylindrical-coordinate representation of color #399348: hue angle of 130º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399348 is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB5714772-
CMYK0.6100.510.42
HSL130º44.12%40%-
HSV(B)130º61.22%57.65%-
XYZ13.2922.219.72-
YUV111.54105.6889.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 147 (57.81% from 255) = 53.26%
BLUE value IS 72 (28.52% from 255) = 26.09%
R=20.65%
G=53.26%
B=26.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57147720.6100.510.4213044.1240
Hex3993483D0332A822c28
Octal7122311075063522025450
Binary111001100100111001000111101011001110101010000010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399348; }

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

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

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

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

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

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

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

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