#349852

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

Shades of Chateau Green #349852

Tints of Chateau Green #349852

Color information

#349852 (or 0x349852) is unknown color: approx Chateau Green. HEX triplet: 34, 98 and 52. RGB value is (52,152,82). Sum of RGB (Red+Green+Blue) = 52+152+82=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #349852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349852 is #CB67AD. Grayscale: #727272. Windows color (decimal): -13330350 or 5412916. OLE color: 5412916.

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

Color convert

RGB5215282-
CMYK0.6600.460.40
HSL138º49.02%40%-
HSV(B)138º65.79%59.61%-
XYZ14.1723.811.83-
YUV114.12109.8783.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 152 (59.77% from 255) = 53.15%
BLUE value IS 82 (32.42% from 255) = 28.67%
R=18.18%
G=53.15%
B=28.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52152820.6600.460.4013849.0240
Hex3498524202E288a3128
Octal64230122102056502126150
Binary1101001001100010100101000010010111010100010001010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349852; }

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

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

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

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

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

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

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

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