#319948

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

Shades of Chateau Green #319948

Tints of Chateau Green #319948

Color information

#319948 (or 0x319948) is unknown color: approx Chateau Green. HEX triplet: 31, 99 and 48. RGB value is (49,153,72). Sum of RGB (Red+Green+Blue) = 49+153+72=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #319948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319948 is #CE66B7. Grayscale: #707070. Windows color (decimal): -13526712 or 4757809. OLE color: 4757809.

HSL color Cylindrical-coordinate representation of color #319948: hue angle of 133.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319948 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB4915372-
CMYK0.6800.530.4
HSL133.27º51.49%39.61%-
HSV(B)133.27º67.97%60%-
XYZ13.8323.910.02-
YUV112.67105.0482.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 72 (28.52% from 255) = 26.28%
R=17.88%
G=55.84%
B=26.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49153720.6800.530.4133.2751.4939.61
Hex3199484403528853328
Octal61231110104065502056350
Binary1100011001100110010001000100011010110100010000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319948; }

 p { color: rgb(49,153,72); }

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

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

 a { background-color: rgb(49,153,72); }

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

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

 span { border-color: rgb(49,153,72); }

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