#349A72

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

Shades of Eucalyptus #349A72

Tints of Eucalyptus #349A72

Color information

#349A72 (or 0x349A72) is unknown color: approx Eucalyptus. HEX triplet: 34, 9A and 72. RGB value is (52,154,114). Sum of RGB (Red+Green+Blue) = 52+154+114=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #349A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A72 is #CB658D. Grayscale: #777777. Windows color (decimal): -13329806 or 7510580. OLE color: 7510580.

HSL color Cylindrical-coordinate representation of color #349A72: hue angle of 156.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A72 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB52154114-
CMYK0.6600.260.40
HSL156.47º49.51%40.39%-
HSV(B)156.47º66.23%60.39%-
XYZ16.0125.0619.91-
YUV118.94125.2180.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 154 (60.55% from 255) = 48.12%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=16.25%
G=48.12%
B=35.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521541140.6600.260.40156.4749.5140.39
Hex349A724201A289c3228
Octal64232162102032502346250
Binary110100100110101110010100001001101010100010011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349A72; }

 p { color: rgb(52,154,114); }

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

<style>
 a { background-color: #349A72; }

 a { background-color: rgb(52,154,114); }

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

<style>
 span { border-color: #349A72; }

 span { border-color: rgb(52,154,114); }

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