#319547

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

Shades of Chateau Green #319547

Tints of Chateau Green #319547

Color information

#319547 (or 0x319547) is unknown color: approx Chateau Green. HEX triplet: 31, 95 and 47. RGB value is (49,149,71). Sum of RGB (Red+Green+Blue) = 49+149+71=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #319547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319547 is #CE6AB8. Grayscale: #6E6E6E. Windows color (decimal): -13527737 or 4691249. OLE color: 4691249.

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

Color convert

RGB4914971-
CMYK0.6700.520.42
HSL133.2º50.51%38.82%-
HSV(B)133.2º67.11%58.43%-
XYZ13.1522.69.63-
YUV110.21105.8784.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=18.22%
G=55.39%
B=26.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149710.6700.520.42133.250.5138.82
Hex319547430342A853327
Octal61225107103064522056347
Binary1100011001010110001111000011011010010101010000101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319547; }

 p { color: rgb(49,149,71); }

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

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

 a { background-color: rgb(49,149,71); }

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

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

 span { border-color: rgb(49,149,71); }

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