Html Css Color HEX #34AA60 Eucalyptus

📋 copy color: '#34AA60'

red 52 ◦ green 170 ◦ blue 96

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

Shades of Eucalyptus #34AA60

Tints of Eucalyptus #34AA60

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.46%

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 16.35%
G = 53.46%
B = 30.19%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#34AA60 (or 0x34AA60) is known color: Eucalyptus. HEX triplet: 34, AA and 60. RGB value is (52,170,96). Sum of RGB (Red+Green+Blue) = 52+170+96=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34AA60 is #CB559F. Grayscale: #7E7E7E. Windows color (decimal): -13325728 or 6335028. OLE color: 6335028.

HSL color Cylindrical-coordinate representation of color #34AA60: hue angle of 142.37º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA60 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 170 96 -
CMYK 0.69 0 0.44 0.33
HSL 142.37º 0.53% 0.44% -
HSV(B) 142.37º 0.69% 0.67% -
XYZ 17.9 30.32 15.98 -
YUV 126.28 110.91 75.02 -
System Red Green Blue C M Y K H S L
Decimal 52 170 96 0.69 0 0.44 0.33 142.37 0.53 0.44
Hex 34 AA 60 45 0 2C 21 8E 35 2C
Octal 64 252 140 105 0 54 41 216 65 54
Binary 110100 10101010 1100000 1000101 0 101100 100001 10001110 110101 101100

Color Harmonies of #34AA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AA60

Black with #34AA60

Text Example


Text Example

White with #34AA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,170,96); }

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

background-color css

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

 a { background-color: rgb(52,170,96); }

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

border-color css

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

 span { border-color: rgb(52,170,96); }

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