#34A461

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

Shades of Eucalyptus #34A461

Tints of Eucalyptus #34A461

Color information

#34A461 (or 0x34A461) is unknown color: approx Eucalyptus. HEX triplet: 34, A4 and 61. RGB value is (52,164,97). Sum of RGB (Red+Green+Blue) = 52+164+97=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 164 (64.45% from 255 or 52.40% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 164 - color contains mainly: green. Hex color #34A461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A461 is #CB5B9E. Grayscale: #7B7B7B. Windows color (decimal): -13327263 or 6399028. OLE color: 6399028.

HSL color Cylindrical-coordinate representation of color #34A461: hue angle of 144.11º 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 #34A461 is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB5216497-
CMYK0.6800.410.36
HSL144.11º51.85%42.35%-
HSV(B)144.11º68.29%64.31%-
XYZ16.8528.1415.85-
YUV122.87113.3977.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 164 (64.45% from 255) = 52.40%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=16.61%
G=52.40%
B=30.99%

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
Decimal52164970.6800.410.36144.1151.8542.35
Hex34A461440292490342a
Octal64244141104051442206452
Binary1101001010010011000011000100010100110010010010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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