Html Css Color HEX #34A552 Chateau Green

📋 copy color: '#34A552'

red 52 ◦ green 165 ◦ blue 82

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

Shades of Chateau Green #34A552

Tints of Chateau Green #34A552

RGB

 RED value IS 52 (20.7% from 255) = 17.39%

 GREEN value IS 165 (64.84% from 255) = 55.18%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 17.39%
G = 55.18%
B = 27.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#34A552 (or 0x34A552) is known color: Chateau Green. HEX triplet: 34, A5 and 52. RGB value is (52,165,82). Sum of RGB (Red+Green+Blue) = 52+165+82=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #34A552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A552 is #CB5AAD. Grayscale: #797979. Windows color (decimal): -13327022 or 5416244. OLE color: 5416244.

HSL color Cylindrical-coordinate representation of color #34A552: hue angle of 135.93º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A552 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 82 -
CMYK 0.68 0 0.50 0.35
HSL 135.93º 0.52% 0.43% -
HSV(B) 135.93º 0.68% 0.65% -
XYZ 16.39 28.25 12.57 -
YUV 121.75 105.56 78.25 -
System Red Green Blue C M Y K H S L
Decimal 52 165 82 0.68 0 0.50 0.35 135.93 0.52 0.43
Hex 34 A5 52 44 0 32 23 88 34 2B
Octal 64 245 122 104 0 62 43 210 64 53
Binary 110100 10100101 1010010 1000100 0 110010 100011 10001000 110100 101011

Color Harmonies of #34A552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A552

Black with #34A552

Text Example


Text Example

White with #34A552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A552; }

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

 H1.HeaderClassName
 {
   color: #34A552;
 }
 .AnyTagClassName
 {
   color: #34A552;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #34A552;
 }
 .BgClassName
 {
   background-color: #34A552;
 }
</style>

border-color css

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

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

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