#319542

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

Shades of Chateau Green #319542

Tints of Chateau Green #319542

Color information

#319542 (or 0x319542) is unknown color: approx Chateau Green. HEX triplet: 31, 95 and 42. RGB value is (49,149,66). Sum of RGB (Red+Green+Blue) = 49+149+66=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #319542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319542 is #CE6ABD. Grayscale: #6D6D6D. Windows color (decimal): -13527742 or 4363569. OLE color: 4363569.

HSL color Cylindrical-coordinate representation of color #319542: hue angle of 130.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 #319542 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB4914966-
CMYK0.6700.560.42
HSL130.2º50.51%38.82%-
HSV(B)130.2º67.11%58.43%-
XYZ1322.548.82-
YUV109.64103.3784.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.56%
GREEN value IS 149 (58.59% from 255) = 56.44%
BLUE value IS 66 (26.17% from 255) = 25%
R=18.56%
G=56.44%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49149660.6700.560.42130.250.5138.82
Hex319542430382A823327
Octal61225102103070522026347
Binary1100011001010110000101000011011100010101010000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319542; }

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

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

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

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

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

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

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

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