#399C55

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

Shades of Chateau Green #399C55

Tints of Chateau Green #399C55

Color information

#399C55 (or 0x399C55) is unknown color: approx Chateau Green. HEX triplet: 39, 9C and 55. RGB value is (57,156,85). Sum of RGB (Red+Green+Blue) = 57+156+85=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #399C55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399C55 is #C663AA. Grayscale: #767676. Windows color (decimal): -13001643 or 5610553. OLE color: 5610553.

HSL color Cylindrical-coordinate representation of color #399C55: hue angle of 136.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C55 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB5715685-
CMYK0.6300.460.39
HSL136.97º46.48%41.76%-
HSV(B)136.97º63.46%61.18%-
XYZ15.2225.312.68-
YUV118.3109.284.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 156 (61.33% from 255) = 52.35%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=19.13%
G=52.35%
B=28.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57156850.6300.460.39136.9746.4841.76
Hex399C553F02E27892e2a
Octal7123412577056472115652
Binary111001100111001010101111111010111010011110001001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,156,85); }

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

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

 a { background-color: rgb(57,156,85); }

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

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

 span { border-color: rgb(57,156,85); }

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