#34A068

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

Shades of Eucalyptus #34A068

Tints of Eucalyptus #34A068

Color information

#34A068 (or 0x34A068) is unknown color: approx Eucalyptus. HEX triplet: 34, A0 and 68. RGB value is (52,160,104). Sum of RGB (Red+Green+Blue) = 52+160+104=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #34A068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A068 is #CB5F97. Grayscale: #797979. Windows color (decimal): -13328280 or 6856756. OLE color: 6856756.

HSL color Cylindrical-coordinate representation of color #34A068: hue angle of 148.89º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A068 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB52160104-
CMYK0.6800.350.37
HSL148.89º50.94%41.57%-
HSV(B)148.89º67.5%62.75%-
XYZ16.4926.8717.41-
YUV121.32118.2278.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 104 (41.02% from 255) = 32.91%
R=16.46%
G=50.63%
B=32.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal521601040.6800.350.37148.8950.9441.57
Hex34A068440232595332a
Octal64240150104043452256352
Binary1101001010000011010001000100010001110010110010101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,160,104); }

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

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

 a { background-color: rgb(52,160,104); }

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

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

 span { border-color: rgb(52,160,104); }

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