#34A460

Color #34A460 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #34A460

Tints of Eucalyptus #34A460

Color information

#34A460 (or 0x34A460) is unknown color: approx Eucalyptus. HEX triplet: 34, A4 and 60. RGB value is (52,164,96). Sum of RGB (Red+Green+Blue) = 52+164+96=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #34A460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A460 is #CB5B9F. Grayscale: #7A7A7A. Windows color (decimal): -13327264 or 6333492. OLE color: 6333492.

HSL color Cylindrical-coordinate representation of color #34A460: hue angle of 143.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A460 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB5216496-
CMYK0.6800.410.36
HSL143.57º51.85%42.35%-
HSV(B)143.57º68.29%64.31%-
XYZ16.828.1315.61-
YUV122.76112.8977.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 164 (64.45% from 255) = 52.56%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=16.67%
G=52.56%
B=30.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52164960.6800.410.36143.5751.8542.35
Hex34A460440292490342a
Octal64244140104051442206452
Binary1101001010010011000001000100010100110010010010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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