Html Css Color HEX #358D5F Eucalyptus

📋 copy color: '#358D5F'

red 53 ◦ green 141 ◦ blue 95

#358D5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #358D5F

Tints of Eucalyptus #358D5F

RGB

 RED value IS 53 (21.09% from 255) = 18.34%

 GREEN value IS 141 (55.47% from 255) = 48.79%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 18.34%
G = 48.79%
B = 32.87%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#358D5F (or 0x358D5F) is known color: Eucalyptus. HEX triplet: 35, 8D and 5F. RGB value is (53,141,95). Sum of RGB (Red+Green+Blue) = 53+141+95=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #358D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358D5F is #CA72A0. Grayscale: #6D6D6D. Windows color (decimal): -13267617 or 6262069. OLE color: 6262069.

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

Color convert

RGB 53 141 95 -
CMYK 0.62 0 0.33 0.45
HSL 148.64º 0.45% 0.38% -
HSV(B) 148.64º 0.62% 0.55% -
XYZ 13.06 20.63 14.12 -
YUV 109.44 119.85 87.74 -
System Red Green Blue C M Y K H S L
Decimal 53 141 95 0.62 0 0.33 0.45 148.64 0.45 0.38
Hex 35 8D 5F 3E 0 21 2D 95 2D 26
Octal 65 215 137 76 0 41 55 225 55 46
Binary 110101 10001101 1011111 111110 0 100001 101101 10010101 101101 100110

Color Harmonies of #358D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D5F

Black with #358D5F

Text Example


Text Example

White with #358D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358D5F;
 }
 .AnyTagClassName
 {
   color: #358D5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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