#319344

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

Shades of Chateau Green #319344

Tints of Chateau Green #319344

Color information

#319344 (or 0x319344) is unknown color: approx Chateau Green. HEX triplet: 31, 93 and 44. RGB value is (49,147,68). Sum of RGB (Red+Green+Blue) = 49+147+68=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #319344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319344 is #CE6CBB. Grayscale: #6C6C6C. Windows color (decimal): -13528252 or 4494129. OLE color: 4494129.

HSL color Cylindrical-coordinate representation of color #319344: hue angle of 131.63º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319344 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB4914768-
CMYK0.6700.540.42
HSL131.63º50%38.43%-
HSV(B)131.63º66.67%57.65%-
XYZ12.7421.949.03-
YUV108.69105.0385.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 147 (57.81% from 255) = 55.68%
BLUE value IS 68 (26.95% from 255) = 25.76%
R=18.56%
G=55.68%
B=25.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147680.6700.540.42131.635038.43
Hex319344430362A843226
Octal61223104103066522046246
Binary1100011001001110001001000011011011010101010000100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319344; }

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

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

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

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

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

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

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

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