#39914E

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

Shades of Chateau Green #39914E

Tints of Chateau Green #39914E

Color information

#39914E (or 0x39914E) is unknown color: approx Chateau Green. HEX triplet: 39, 91 and 4E. RGB value is (57,145,78). Sum of RGB (Red+Green+Blue) = 57+145+78=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #39914E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39914E is #C66EB1. Grayscale: #6F6F6F. Windows color (decimal): -13004466 or 5148985. OLE color: 5148985.

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

Color convert

RGB5714578-
CMYK0.6100.460.43
HSL134.32º43.56%39.61%-
HSV(B)134.32º60.69%56.86%-
XYZ13.1921.6710.7-
YUV111.05109.3589.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.36%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=20.36%
G=51.79%
B=27.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57145780.6100.460.43134.3243.5639.61
Hex39914E3D02E2B862c28
Octal7122111675056532065450
Binary111001100100011001110111101010111010101110000110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39914E; }

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

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

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

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

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

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

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

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