#319740

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

Shades of Chateau Green #319740

Tints of Chateau Green #319740

Color information

#319740 (or 0x319740) is unknown color: approx Chateau Green. HEX triplet: 31, 97 and 40. RGB value is (49,151,64). Sum of RGB (Red+Green+Blue) = 49+151+64=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #319740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319740 is #CE68BF. Grayscale: #6E6E6E. Windows color (decimal): -13527232 or 4233009. OLE color: 4233009.

HSL color Cylindrical-coordinate representation of color #319740: hue angle of 128.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319740 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB4915164-
CMYK0.6800.580.41
HSL128.82º51%39.22%-
HSV(B)128.82º67.55%59.22%-
XYZ13.2623.168.62-
YUV110.58101.7184.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 151 (59.38% from 255) = 57.20%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=18.56%
G=57.20%
B=24.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151640.6800.580.41128.825139.22
Hex3197404403A29813327
Octal61227100104072512016347
Binary1100011001011110000001000100011101010100110000001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319740; }

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

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

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

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

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

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

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

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