#31974B

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

Shades of Chateau Green #31974B

Tints of Chateau Green #31974B

Color information

#31974B (or 0x31974B) is unknown color: approx Chateau Green. HEX triplet: 31, 97 and 4B. RGB value is (49,151,75). Sum of RGB (Red+Green+Blue) = 49+151+75=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #31974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31974B is #CE68B4. Grayscale: #707070. Windows color (decimal): -13527221 or 4953905. OLE color: 4953905.

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

Color convert

RGB4915175-
CMYK0.6800.500.41
HSL135.29º51%39.22%-
HSV(B)135.29º67.55%59.22%-
XYZ13.623.2910.44-
YUV111.84107.2183.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 151 (59.38% from 255) = 54.91%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=17.82%
G=54.91%
B=27.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151750.6800.500.41135.295139.22
Hex31974B4403229873327
Octal61227113104062512076347
Binary1100011001011110010111000100011001010100110000111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31974B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31974B; }

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

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

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

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

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

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

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

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