#358E5F

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

Shades of Eucalyptus #358E5F

Tints of Eucalyptus #358E5F

Color information

#358E5F (or 0x358E5F) is unknown color: approx Eucalyptus. HEX triplet: 35, 8E and 5F. RGB value is (53,142,95). Sum of RGB (Red+Green+Blue) = 53+142+95=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #358E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358E5F is #CA71A0. Grayscale: #6E6E6E. Windows color (decimal): -13267361 or 6262325. OLE color: 6262325.

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

Color convert

RGB5314295-
CMYK0.6300.330.44
HSL148.31º45.64%38.24%-
HSV(B)148.31º62.68%55.69%-
XYZ13.2120.9314.17-
YUV110.03119.5187.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.28%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 95 (37.5% from 255) = 32.76%
R=18.28%
G=48.97%
B=32.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142950.6300.330.44148.3145.6438.24
Hex358E5F3F0212C942e26
Octal6521613777041542245646
Binary110101100011101011111111111010000110110010010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358E5F; }

 p { color: rgb(53,142,95); }

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

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

 a { background-color: rgb(53,142,95); }

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

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

 span { border-color: rgb(53,142,95); }

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