#319744

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

Shades of Chateau Green #319744

Tints of Chateau Green #319744

Color information

#319744 (or 0x319744) is unknown color: approx Chateau Green. HEX triplet: 31, 97 and 44. RGB value is (49,151,68). Sum of RGB (Red+Green+Blue) = 49+151+68=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #319744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319744 is #CE68BB. Grayscale: #6F6F6F. Windows color (decimal): -13527228 or 4495153. OLE color: 4495153.

HSL color Cylindrical-coordinate representation of color #319744: hue angle of 131.18º 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 #319744 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB4915168-
CMYK0.6800.550.41
HSL131.18º51%39.22%-
HSV(B)131.18º67.55%59.22%-
XYZ13.3823.29.24-
YUV111.04103.7183.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 68 (26.95% from 255) = 25.37%
R=18.28%
G=56.34%
B=25.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151680.6800.550.41131.185139.22
Hex3197444403729833327
Octal61227104104067512036347
Binary1100011001011110001001000100011011110100110000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319744; }

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

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

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

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

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

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

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

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