#339145

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

Shades of Chateau Green #339145

Tints of Chateau Green #339145

Color information

#339145 (or 0x339145) is unknown color: approx Chateau Green. HEX triplet: 33, 91 and 45. RGB value is (51,145,69). Sum of RGB (Red+Green+Blue) = 51+145+69=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #339145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339145 is #CC6EBA. Grayscale: #6C6C6C. Windows color (decimal): -13397691 or 4559155. OLE color: 4559155.

HSL color Cylindrical-coordinate representation of color #339145: hue angle of 131.49º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339145 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB5114569-
CMYK0.6500.520.43
HSL131.49º47.96%38.43%-
HSV(B)131.49º64.83%56.86%-
XYZ12.5621.389.1-
YUV108.23105.8687.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 145 (57.03% from 255) = 54.72%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=19.25%
G=54.72%
B=26.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51145690.6500.520.43131.4947.9638.43
Hex339145410342B833026
Octal63221105101064532036046
Binary1100111001000110001011000001011010010101110000011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339145; }

 p { color: rgb(51,145,69); }

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

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

 a { background-color: rgb(51,145,69); }

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

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

 span { border-color: rgb(51,145,69); }

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