#319746

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

Shades of Chateau Green #319746

Tints of Chateau Green #319746

Color information

#319746 (or 0x319746) is unknown color: approx Chateau Green. HEX triplet: 31, 97 and 46. RGB value is (49,151,70). Sum of RGB (Red+Green+Blue) = 49+151+70=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #319746 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319746 is #CE68B9. Grayscale: #6F6F6F. Windows color (decimal): -13527226 or 4626225. OLE color: 4626225.

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

Color convert

RGB4915170-
CMYK0.6800.540.41
HSL132.35º51%39.22%-
HSV(B)132.35º67.55%59.22%-
XYZ13.4423.239.57-
YUV111.27104.7183.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 151 (59.38% from 255) = 55.93%
BLUE value IS 70 (27.73% from 255) = 25.93%
R=18.15%
G=55.93%
B=25.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49151700.6800.540.41132.355139.22
Hex3197464403629843327
Octal61227106104066512046347
Binary1100011001011110001101000100011011010100110000100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319746; }

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

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

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

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

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

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

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

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