Html Css Color HEX #359160 Eucalyptus

📋 copy color: '#359160'

red 53 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #359160

Tints of Eucalyptus #359160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.32%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 18.03%
G = 49.32%
B = 32.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#359160 (or 0x359160) is known color: Eucalyptus. HEX triplet: 35, 91 and 60. RGB value is (53,145,96). Sum of RGB (Red+Green+Blue) = 53+145+96=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 145 (57.03% from 255 or 49.32% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 145 - color contains mainly: green. Hex color #359160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359160 is #CA6E9F. Grayscale: #707070. Windows color (decimal): -13266592 or 6328629. OLE color: 6328629.

HSL color Cylindrical-coordinate representation of color #359160: hue angle of 148.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359160 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 96 -
CMYK 0.63 0 0.34 0.43
HSL 148.04º 0.46% 0.39% -
HSV(B) 148.04º 0.63% 0.57% -
XYZ 13.7 21.85 14.56 -
YUV 111.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 53 145 96 0.63 0 0.34 0.43 148.04 0.46 0.39
Hex 35 91 60 3F 0 22 2B 94 2E 27
Octal 65 221 140 77 0 42 53 224 56 47
Binary 110101 10010001 1100000 111111 0 100010 101011 10010100 101110 100111

Color Harmonies of #359160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359160

Black with #359160

Text Example


Text Example

White with #359160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359160; }

 p { color: rgb(53,145,96); }

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

background-color css

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

 a { background-color: rgb(53,145,96); }

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

border-color css

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

 span { border-color: rgb(53,145,96); }

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