#399F4A

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

Shades of Chateau Green #399F4A

Tints of Chateau Green #399F4A

Color information

#399F4A (or 0x399F4A) is unknown color: approx Chateau Green. HEX triplet: 39, 9F and 4A. RGB value is (57,159,74). Sum of RGB (Red+Green+Blue) = 57+159+74=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #399F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399F4A is #C660B5. Grayscale: #777777. Windows color (decimal): -13000886 or 4890425. OLE color: 4890425.

HSL color Cylindrical-coordinate representation of color #399F4A: hue angle of 130º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399F4A is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB5715974-
CMYK0.6400.530.38
HSL130º47.22%42.35%-
HSV(B)130º64.15%62.35%-
XYZ15.3226.1610.72-
YUV118.81102.7183.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 159 (62.5% from 255) = 54.83%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=19.66%
G=54.83%
B=25.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal57159740.6400.530.3813047.2242.35
Hex399F4A4003526822f2a
Octal71237112100065462025752
Binary1110011001111110010101000000011010110011010000010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399F4A; }

 p { color: rgb(57,159,74); }

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

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

 a { background-color: rgb(57,159,74); }

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

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

 span { border-color: rgb(57,159,74); }

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