#348D5F

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

Shades of Eucalyptus #348D5F

Tints of Eucalyptus #348D5F

Color information

#348D5F (or 0x348D5F) is unknown color: approx Eucalyptus. HEX triplet: 34, 8D and 5F. RGB value is (52,141,95). Sum of RGB (Red+Green+Blue) = 52+141+95=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #348D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D5F is #CB72A0. Grayscale: #6D6D6D. Windows color (decimal): -13333153 or 6262068. OLE color: 6262068.

HSL color Cylindrical-coordinate representation of color #348D5F: hue angle of 148.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D5F is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB5214195-
CMYK0.6300.330.45
HSL148.99º46.11%37.84%-
HSV(B)148.99º63.12%55.29%-
XYZ13.0120.6114.12-
YUV109.14120.0187.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=18.06%
G=48.96%
B=32.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal52141950.6300.330.45148.9946.1137.84
Hex348D5F3F0212D952e26
Octal6421513777041552255646
Binary110100100011011011111111111010000110110110010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348D5F; }

 p { color: rgb(52,141,95); }

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

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

 a { background-color: rgb(52,141,95); }

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

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

 span { border-color: rgb(52,141,95); }

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