#349845

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

Shades of Chateau Green #349845

Tints of Chateau Green #349845

Color information

#349845 (or 0x349845) is unknown color: approx Chateau Green. HEX triplet: 34, 98 and 45. RGB value is (52,152,69). Sum of RGB (Red+Green+Blue) = 52+152+69=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #349845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349845 is #CB67BA. Grayscale: #707070. Windows color (decimal): -13330363 or 4560948. OLE color: 4560948.

HSL color Cylindrical-coordinate representation of color #349845: hue angle of 130.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349845 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB5215269-
CMYK0.6600.550.40
HSL130.2º49.02%40%-
HSV(B)130.2º65.79%59.61%-
XYZ13.7223.629.47-
YUV112.64103.3784.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=19.05%
G=55.68%
B=25.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152690.6600.550.40130.249.0240
Hex3498454203728823128
Octal64230105102067502026150
Binary1101001001100010001011000010011011110100010000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349845; }

 p { color: rgb(52,152,69); }

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

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

 a { background-color: rgb(52,152,69); }

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

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

 span { border-color: rgb(52,152,69); }

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