#358F5F

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

Shades of Eucalyptus #358F5F

Tints of Eucalyptus #358F5F

Color information

#358F5F (or 0x358F5F) is unknown color: approx Eucalyptus. HEX triplet: 35, 8F and 5F. RGB value is (53,143,95). Sum of RGB (Red+Green+Blue) = 53+143+95=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #358F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F5F is #CA70A0. Grayscale: #6E6E6E. Windows color (decimal): -13267105 or 6262581. OLE color: 6262581.

HSL color Cylindrical-coordinate representation of color #358F5F: hue angle of 148º 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 #358F5F is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB5314395-
CMYK0.6300.340.44
HSL148º45.92%38.43%-
HSV(B)148º62.94%56.08%-
XYZ13.3621.2314.22-
YUV110.62119.1886.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 143 (56.25% from 255) = 49.14%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=18.21%
G=49.14%
B=32.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53143950.6300.340.4414845.9238.43
Hex358F5F3F0222C942e26
Octal6521713777042542245646
Binary110101100011111011111111111010001010110010010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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