#349849

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

Shades of Chateau Green #349849

Tints of Chateau Green #349849

Color information

#349849 (or 0x349849) is unknown color: approx Chateau Green. HEX triplet: 34, 98 and 49. RGB value is (52,152,73). Sum of RGB (Red+Green+Blue) = 52+152+73=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #349849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349849 is #CB67B6. Grayscale: #717171. Windows color (decimal): -13330359 or 4823092. OLE color: 4823092.

HSL color Cylindrical-coordinate representation of color #349849: hue angle of 132.6º 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 #349849 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB5215273-
CMYK0.6600.520.40
HSL132.6º49.02%40%-
HSV(B)132.6º65.79%59.61%-
XYZ13.8523.6710.14-
YUV113.09105.3784.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 73 (28.91% from 255) = 26.35%
R=18.77%
G=54.87%
B=26.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152730.6600.520.40132.649.0240
Hex3498494203428853128
Octal64230111102064502056150
Binary1101001001100010010011000010011010010100010000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349849; }

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

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

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

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

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

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

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

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