Html Css Color HEX #359A60 Eucalyptus

📋 copy color: '#359A60'

red 53 ◦ green 154 ◦ blue 96

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

Shades of Eucalyptus #359A60

Tints of Eucalyptus #359A60

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.83%

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

R = 17.49%
G = 50.83%
B = 31.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#359A60 (or 0x359A60) is known color: Eucalyptus. HEX triplet: 35, 9A and 60. RGB value is (53,154,96). Sum of RGB (Red+Green+Blue) = 53+154+96=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #359A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A60 is #CA659F. Grayscale: #757575. Windows color (decimal): -13264288 or 6330933. OLE color: 6330933.

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

Color convert

RGB 53 154 96 -
CMYK 0.66 0 0.38 0.40
HSL 145.54º 0.49% 0.41% -
HSV(B) 145.54º 0.66% 0.6% -
XYZ 15.14 24.71 15.04 -
YUV 117.19 116.04 82.22 -
System Red Green Blue C M Y K H S L
Decimal 53 154 96 0.66 0 0.38 0.40 145.54 0.49 0.41
Hex 35 9A 60 42 0 26 28 92 31 29
Octal 65 232 140 102 0 46 50 222 61 51
Binary 110101 10011010 1100000 1000010 0 100110 101000 10010010 110001 101001

Color Harmonies of #359A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A60

Black with #359A60

Text Example


Text Example

White with #359A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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