#319E42

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

Shades of Chateau Green #319E42

Tints of Chateau Green #319E42

Color information

#319E42 (or 0x319E42) is unknown color: approx Chateau Green. HEX triplet: 31, 9E and 42. RGB value is (49,158,66). Sum of RGB (Red+Green+Blue) = 49+158+66=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 158 (62.11% from 255 or 57.88% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 158 - color contains mainly: green. Hex color #319E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E42 is #CE61BD. Grayscale: #737373. Windows color (decimal): -13525438 or 4365873. OLE color: 4365873.

HSL color Cylindrical-coordinate representation of color #319E42: hue angle of 129.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319E42 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB4915866-
CMYK0.6900.580.38
HSL129.36º52.66%40.59%-
HSV(B)129.36º68.99%61.96%-
XYZ14.4825.59.31-
YUV114.92100.3980.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 158 (62.11% from 255) = 57.88%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=17.95%
G=57.88%
B=24.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158660.6900.580.38129.3652.6640.59
Hex319E424503A26813529
Octal61236102105072462016551
Binary1100011001111010000101000101011101010011010000001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319E42; }

 p { color: rgb(49,158,66); }

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

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

 a { background-color: rgb(49,158,66); }

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

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

 span { border-color: rgb(49,158,66); }

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