Html Css Color HEX #34A660 Eucalyptus

📋 copy color: '#34A660'

red 52 ◦ green 166 ◦ blue 96

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

Shades of Eucalyptus #34A660

Tints of Eucalyptus #34A660

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.87%

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

R = 16.56%
G = 52.87%
B = 30.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#34A660 (or 0x34A660) is known color: Eucalyptus. HEX triplet: 34, A6 and 60. RGB value is (52,166,96). Sum of RGB (Red+Green+Blue) = 52+166+96=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #34A660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A660 is #CB599F. Grayscale: #7C7C7C. Windows color (decimal): -13326752 or 6334004. OLE color: 6334004.

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

Color convert

RGB 52 166 96 -
CMYK 0.69 0 0.42 0.35
HSL 143.16º 0.52% 0.43% -
HSV(B) 143.16º 0.69% 0.65% -
XYZ 17.16 28.85 15.73 -
YUV 123.93 112.23 76.69 -
System Red Green Blue C M Y K H S L
Decimal 52 166 96 0.69 0 0.42 0.35 143.16 0.52 0.43
Hex 34 A6 60 45 0 2A 23 8F 34 2B
Octal 64 246 140 105 0 52 43 217 64 53
Binary 110100 10100110 1100000 1000101 0 101010 100011 10001111 110100 101011

Color Harmonies of #34A660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A660

Black with #34A660

Text Example


Text Example

White with #34A660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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