Html Css Color HEX #359F5E Eucalyptus

📋 copy color: '#359F5E'

red 53 ◦ green 159 ◦ blue 94

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

Shades of Eucalyptus #359F5E

Tints of Eucalyptus #359F5E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.96%

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 17.32%
G = 51.96%
B = 30.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#359F5E (or 0x359F5E) is known color: Eucalyptus. HEX triplet: 35, 9F and 5E. RGB value is (53,159,94). Sum of RGB (Red+Green+Blue) = 53+159+94=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #359F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359F5E is #CA60A1. Grayscale: #787878. Windows color (decimal): -13263010 or 6201141. OLE color: 6201141.

HSL color Cylindrical-coordinate representation of color #359F5E: hue angle of 143.21º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F5E is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 94 -
CMYK 0.67 0 0.41 0.38
HSL 143.21º 0.5% 0.42% -
HSV(B) 143.21º 0.67% 0.62% -
XYZ 15.89 26.36 14.84 -
YUV 119.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 53 159 94 0.67 0 0.41 0.38 143.21 0.5 0.42
Hex 35 9F 5E 43 0 29 26 8F 32 2A
Octal 65 237 136 103 0 51 46 217 62 52
Binary 110101 10011111 1011110 1000011 0 101001 100110 10001111 110010 101010

Color Harmonies of #359F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F5E

Black with #359F5E

Text Example


Text Example

White with #359F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359F5E; }

 p { color: rgb(53,159,94); }

 H1.HeaderClassName
 {
   color: #359F5E;
 }
 .AnyTagClassName
 {
   color: #359F5E;
 }
</style>

background-color css

<style>
 a { background-color: #359F5E; }

 a { background-color: rgb(53,159,94); }

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

border-color css

<style>
 span { border-color: #359F5E; }

 span { border-color: rgb(53,159,94); }

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