#319F41

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

Shades of Chateau Green #319F41

Tints of Chateau Green #319F41

Color information

#319F41 (or 0x319F41) is unknown color: approx Chateau Green. HEX triplet: 31, 9F and 41. RGB value is (49,159,65). Sum of RGB (Red+Green+Blue) = 49+159+65=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 159 (62.5% from 255 or 58.24% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 159 - color contains mainly: green. Hex color #319F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319F41 is #CE60BE. Grayscale: #737373. Windows color (decimal): -13525183 or 4300593. OLE color: 4300593.

HSL color Cylindrical-coordinate representation of color #319F41: hue angle of 128.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #319F41 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB4915965-
CMYK0.6900.590.38
HSL128.73º52.88%40.78%-
HSV(B)128.73º69.18%62.35%-
XYZ14.6225.839.22-
YUV115.3999.5680.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 159 (62.5% from 255) = 58.24%
BLUE value IS 65 (25.78% from 255) = 23.81%
R=17.95%
G=58.24%
B=23.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49159650.6900.590.38128.7352.8840.78
Hex319F414503B26813529
Octal61237101105073462016551
Binary1100011001111110000011000101011101110011010000001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319F41; }

 p { color: rgb(49,159,65); }

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

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

 a { background-color: rgb(49,159,65); }

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

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

 span { border-color: rgb(49,159,65); }

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