Html Css Color HEX #359760 Eucalyptus

📋 copy color: '#359760'

red 53 ◦ green 151 ◦ blue 96

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

Shades of Eucalyptus #359760

Tints of Eucalyptus #359760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.33%

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

R = 17.67%
G = 50.33%
B = 32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#359760 (or 0x359760) is known color: Eucalyptus. HEX triplet: 35, 97 and 60. RGB value is (53,151,96). Sum of RGB (Red+Green+Blue) = 53+151+96=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #359760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359760 is #CA689F. Grayscale: #737373. Windows color (decimal): -13265056 or 6330165. OLE color: 6330165.

HSL color Cylindrical-coordinate representation of color #359760: hue angle of 146.33º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359760 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 96 -
CMYK 0.65 0 0.36 0.41
HSL 146.33º 0.48% 0.4% -
HSV(B) 146.33º 0.65% 0.59% -
XYZ 14.65 23.73 14.88 -
YUV 115.43 117.03 83.47 -
System Red Green Blue C M Y K H S L
Decimal 53 151 96 0.65 0 0.36 0.41 146.33 0.48 0.4
Hex 35 97 60 41 0 24 29 92 30 28
Octal 65 227 140 101 0 44 51 222 60 50
Binary 110101 10010111 1100000 1000001 0 100100 101001 10010010 110000 101000

Color Harmonies of #359760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359760

Black with #359760

Text Example


Text Example

White with #359760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359760; }

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

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

background-color css

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

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

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

border-color css

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

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

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