#319649

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

Shades of Chateau Green #319649

Tints of Chateau Green #319649

Color information

#319649 (or 0x319649) is unknown color: approx Chateau Green. HEX triplet: 31, 96 and 49. RGB value is (49,150,73). Sum of RGB (Red+Green+Blue) = 49+150+73=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #319649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319649 is #CE69B6. Grayscale: #6F6F6F. Windows color (decimal): -13527479 or 4822577. OLE color: 4822577.

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

Color convert

RGB4915073-
CMYK0.6700.510.41
HSL134.26º50.75%39.02%-
HSV(B)134.26º67.33%58.82%-
XYZ13.3822.9510.03-
YUV111.02106.5483.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 150 (58.98% from 255) = 55.15%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=18.01%
G=55.15%
B=26.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49150730.6700.510.41134.2650.7539.02
Hex3196494303329863327
Octal61226111103063512066347
Binary1100011001011010010011000011011001110100110000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319649; }

 p { color: rgb(49,150,73); }

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

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

 a { background-color: rgb(49,150,73); }

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

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

 span { border-color: rgb(49,150,73); }

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