Html Css Color HEX #349852 Chateau Green

📋 copy color: '#349852'

red 52 ◦ green 152 ◦ blue 82

#349852
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #349852

Tints of Chateau Green #349852

RGB

 RED value IS 52 (20.7% 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 value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#349852 (or 0x349852) is known color: 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

RGB 52 152 82 -
CMYK 0.66 0 0.46 0.40
HSL 138º 0.49% 0.4% -
HSV(B) 138º 0.66% 0.6% -
XYZ 14.17 23.8 11.83 -
YUV 114.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 52 152 82 0.66 0 0.46 0.40 138 0.49 0.4
Hex 34 98 52 42 0 2E 28 8A 31 28
Octal 64 230 122 102 0 56 50 212 61 50
Binary 110100 10011000 1010010 1000010 0 101110 101000 10001010 110001 101000

Color Harmonies of #349852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349852

Black with #349852

Text Example


Text Example

White with #349852

Text Example


Text Example

HTML Codes & Css Web 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>