#349558

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

Shades of Eucalyptus #349558

Tints of Eucalyptus #349558

Color information

#349558 (or 0x349558) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 58. RGB value is (52,149,88). Sum of RGB (Red+Green+Blue) = 52+149+88=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #349558 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349558 is #CB6AA7. Grayscale: #717171. Windows color (decimal): -13331112 or 5805364. OLE color: 5805364.

HSL color Cylindrical-coordinate representation of color #349558: hue angle of 142.27º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349558 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB5214988-
CMYK0.6500.410.42
HSL142.27º48.26%39.41%-
HSV(B)142.27º65.1%58.43%-
XYZ13.9322.9312.92-
YUV113.04113.8684.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=17.99%
G=51.56%
B=30.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149880.6500.410.42142.2748.2639.41
Hex349558410292A8e3027
Octal64225130101051522166047
Binary1101001001010110110001000001010100110101010001110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349558; }

 p { color: rgb(52,149,88); }

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

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

 a { background-color: rgb(52,149,88); }

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

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

 span { border-color: rgb(52,149,88); }

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