#319842

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

Shades of Chateau Green #319842

Tints of Chateau Green #319842

Color information

#319842 (or 0x319842) is unknown color: approx Chateau Green. HEX triplet: 31, 98 and 42. RGB value is (49,152,66). Sum of RGB (Red+Green+Blue) = 49+152+66=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 152 (59.77% from 255 or 56.93% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 152 - color contains mainly: green. Hex color #319842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319842 is #CE67BD. Grayscale: #6F6F6F. Windows color (decimal): -13526974 or 4364337. OLE color: 4364337.

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

Color convert

RGB4915266-
CMYK0.6800.570.40
HSL129.9º51.24%39.41%-
HSV(B)129.9º67.76%59.61%-
XYZ13.4823.58.98-
YUV111.4102.3883.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 152 (59.77% from 255) = 56.93%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=18.35%
G=56.93%
B=24.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49152660.6800.570.40129.951.2439.41
Hex3198424403928823327
Octal61230102104071502026347
Binary1100011001100010000101000100011100110100010000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319842; }

 p { color: rgb(49,152,66); }

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

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

 a { background-color: rgb(49,152,66); }

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

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

 span { border-color: rgb(49,152,66); }

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