Html Css Color HEX #358C61 Eucalyptus

📋 copy color: '#358C61'

red 53 ◦ green 140 ◦ blue 97

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

Shades of Eucalyptus #358C61

Tints of Eucalyptus #358C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

 BLUE value IS 97 (38.28% from 255) = 33.45%

R = 18.28%
G = 48.28%
B = 33.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#358C61 (or 0x358C61) is known color: Eucalyptus. HEX triplet: 35, 8C and 61. RGB value is (53,140,97). Sum of RGB (Red+Green+Blue) = 53+140+97=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #358C61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C61 is #CA739E. Grayscale: #6D6D6D. Windows color (decimal): -13267871 or 6392885. OLE color: 6392885.

HSL color Cylindrical-coordinate representation of color #358C61: hue angle of 150.34º 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 #358C61 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 97 -
CMYK 0.62 0 0.31 0.45
HSL 150.34º 0.45% 0.38% -
HSV(B) 150.34º 0.62% 0.55% -
XYZ 13 20.38 14.56 -
YUV 109.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 53 140 97 0.62 0 0.31 0.45 150.34 0.45 0.38
Hex 35 8C 61 3E 0 1F 2D 96 2D 26
Octal 65 214 141 76 0 37 55 226 55 46
Binary 110101 10001100 1100001 111110 0 11111 101101 10010110 101101 100110

Color Harmonies of #358C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C61

Black with #358C61

Text Example


Text Example

White with #358C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,97); }

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

background-color css

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

 a { background-color: rgb(53,140,97); }

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

border-color css

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

 span { border-color: rgb(53,140,97); }

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