#399050

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

Shades of Chateau Green #399050

Tints of Chateau Green #399050

Color information

#399050 (or 0x399050) is unknown color: approx Chateau Green. HEX triplet: 39, 90 and 50. RGB value is (57,144,80). Sum of RGB (Red+Green+Blue) = 57+144+80=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #399050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399050 is #C66FAF. Grayscale: #6E6E6E. Windows color (decimal): -13004720 or 5279801. OLE color: 5279801.

HSL color Cylindrical-coordinate representation of color #399050: hue angle of 135.86º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399050 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB5714480-
CMYK0.6000.440.44
HSL135.86º43.28%39.41%-
HSV(B)135.86º60.42%56.47%-
XYZ13.1121.411.03-
YUV110.69110.6889.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=20.28%
G=51.25%
B=28.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57144800.6000.440.44135.8643.2839.41
Hex3990503C02C2C882b27
Octal7122012074054542105347
Binary111001100100001010000111100010110010110010001000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399050; }

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

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

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

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

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

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

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

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