#349f73

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

Shades of Eucalyptus #349F73

Tints of Eucalyptus #349F73

Color information

#349F73 (or 0x349F73) is unknown color: approx Eucalyptus. HEX triplet: 34, 9F and 73. RGB value is (52,159,115). Sum of RGB (Red+Green+Blue) = 52+159+115=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #349F73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F73 is #CB608C. Grayscale: #7A7A7A. Windows color (decimal): -13328525 or 7577396. OLE color: 7577396.

HSL color Cylindrical-coordinate representation of color #349F73: hue angle of 155.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F73 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB52159115-
CMYK0.6700.280.38
HSL155.33º50.71%41.37%-
HSV(B)155.33º67.3%62.35%-
XYZ16.9126.7620.49-
YUV121.99124.0578.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=15.95%
G=48.77%
B=35.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521591150.6700.280.38155.3350.7141.37
Hex349F734301C269b3329
Octal64237163103034462336351
Binary110100100111111110011100001101110010011010011011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,115); }

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

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

 a { background-color: rgb(52,159,115); }

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

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

 span { border-color: rgb(52,159,115); }

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