#349770

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

Shades of Eucalyptus #349770

Tints of Eucalyptus #349770

Color information

#349770 (or 0x349770) is unknown color: approx Eucalyptus. HEX triplet: 34, 97 and 70. RGB value is (52,151,112). Sum of RGB (Red+Green+Blue) = 52+151+112=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #349770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349770 is #CB688F. Grayscale: #757575. Windows color (decimal): -13330576 or 7378740. OLE color: 7378740.

HSL color Cylindrical-coordinate representation of color #349770: hue angle of 156.36º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349770 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB52151112-
CMYK0.6600.260.41
HSL156.36º48.77%39.8%-
HSV(B)156.36º65.56%59.22%-
XYZ15.4124.0319.16-
YUV116.95125.281.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=16.51%
G=47.94%
B=35.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521511120.6600.260.41156.3648.7739.8
Hex3497704201A299c3128
Octal64227160102032512346150
Binary110100100101111110000100001001101010100110011100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349770; }

 p { color: rgb(52,151,112); }

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

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

 a { background-color: rgb(52,151,112); }

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

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

 span { border-color: rgb(52,151,112); }

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