Html Css Color HEX #359E71 Eucalyptus

📋 copy color: '#359E71'

red 53 ◦ green 158 ◦ blue 113

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

Shades of Eucalyptus #359E71

Tints of Eucalyptus #359E71

RGB

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

 GREEN value IS 158 (62.11% from 255) = 48.77%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 16.36%
G = 48.77%
B = 34.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#359E71 (or 0x359E71) is known color: Eucalyptus. HEX triplet: 35, 9E and 71. RGB value is (53,158,113). Sum of RGB (Red+Green+Blue) = 53+158+113=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 158 (62.11% from 255 or 48.77% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 158 - color contains mainly: green. Hex color #359E71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E71 is #CA618E. Grayscale: #797979. Windows color (decimal): -13263247 or 7446069. OLE color: 7446069.

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

Color convert

RGB 53 158 113 -
CMYK 0.66 0 0.28 0.38
HSL 154.29º 0.5% 0.41% -
HSV(B) 154.29º 0.66% 0.62% -
XYZ 16.68 26.4 19.84 -
YUV 121.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 53 158 113 0.66 0 0.28 0.38 154.29 0.5 0.41
Hex 35 9E 71 42 0 1C 26 9A 32 29
Octal 65 236 161 102 0 34 46 232 62 51
Binary 110101 10011110 1110001 1000010 0 11100 100110 10011010 110010 101001

Color Harmonies of #359E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E71

Black with #359E71

Text Example


Text Example

White with #359E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,158,113); }

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

background-color css

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

 a { background-color: rgb(53,158,113); }

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

border-color css

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

 span { border-color: rgb(53,158,113); }

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