#319E40

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

Shades of Chateau Green #319E40

Tints of Chateau Green #319E40

Color information

#319E40 (or 0x319E40) is unknown color: approx Chateau Green. HEX triplet: 31, 9E and 40. RGB value is (49,158,64). Sum of RGB (Red+Green+Blue) = 49+158+64=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #319E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319E40 is #CE61BF. Grayscale: #727272. Windows color (decimal): -13525440 or 4234801. OLE color: 4234801.

HSL color Cylindrical-coordinate representation of color #319E40: hue angle of 128.26º 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 #319E40 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB4915864-
CMYK0.6900.590.38
HSL128.26º52.66%40.59%-
HSV(B)128.26º68.99%61.96%-
XYZ14.4225.489.01-
YUV114.6999.3981.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 158 (62.11% from 255) = 58.30%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=18.08%
G=58.30%
B=23.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49158640.6900.590.38128.2652.6640.59
Hex319E404503B26803529
Octal61236100105073462006551
Binary1100011001111010000001000101011101110011010000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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