#349D5A

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

Shades of Eucalyptus #349D5A

Tints of Eucalyptus #349D5A

Color information

#349D5A (or 0x349D5A) is unknown color: approx Eucalyptus. HEX triplet: 34, 9D and 5A. RGB value is (52,157,90). Sum of RGB (Red+Green+Blue) = 52+157+90=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 157 (61.72% from 255 or 52.51% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 157 - color contains mainly: green. Hex color #349D5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D5A is #CB62A5. Grayscale: #767676. Windows color (decimal): -13329062 or 5938484. OLE color: 5938484.

HSL color Cylindrical-coordinate representation of color #349D5A: hue angle of 141.71º degrees, saturation: 0.5, 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 #349D5A is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB5215790-
CMYK0.6700.430.38
HSL141.71º50.24%40.98%-
HSV(B)141.71º66.88%61.57%-
XYZ15.3225.5813.8-
YUV117.97112.2180.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 157 (61.72% from 255) = 52.51%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=17.39%
G=52.51%
B=30.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52157900.6700.430.38141.7150.2440.98
Hex349D5A4302B268e3229
Octal64235132103053462166251
Binary1101001001110110110101000011010101110011010001110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,90); }

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

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

 a { background-color: rgb(52,157,90); }

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

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

 span { border-color: rgb(52,157,90); }

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