Html Css Color HEX #359960 Eucalyptus

📋 copy color: '#359960'

red 53 ◦ green 153 ◦ blue 96

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

Shades of Eucalyptus #359960

Tints of Eucalyptus #359960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.66%

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

R = 17.55%
G = 50.66%
B = 31.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#359960 (or 0x359960) is known color: Eucalyptus. HEX triplet: 35, 99 and 60. RGB value is (53,153,96). Sum of RGB (Red+Green+Blue) = 53+153+96=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #359960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359960 is #CA669F. Grayscale: #747474. Windows color (decimal): -13264544 or 6330677. OLE color: 6330677.

HSL color Cylindrical-coordinate representation of color #359960: hue angle of 145.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359960 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 96 -
CMYK 0.65 0 0.37 0.4
HSL 145.8º 0.49% 0.4% -
HSV(B) 145.8º 0.65% 0.6% -
XYZ 14.97 24.38 14.98 -
YUV 116.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 53 153 96 0.65 0 0.37 0.4 145.8 0.49 0.4
Hex 35 99 60 41 0 25 28 92 31 28
Octal 65 231 140 101 0 45 50 222 61 50
Binary 110101 10011001 1100000 1000001 0 100101 101000 10010010 110001 101000

Color Harmonies of #359960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359960

Black with #359960

Text Example


Text Example

White with #359960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359960; }

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

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

background-color css

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

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

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

border-color css

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

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

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