Html Css Color HEX #359861 Eucalyptus

📋 copy color: '#359861'

red 53 ◦ green 152 ◦ blue 97

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

Shades of Eucalyptus #359861

Tints of Eucalyptus #359861

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.33%

 BLUE value IS 97 (38.28% from 255) = 32.12%

R = 17.55%
G = 50.33%
B = 32.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#359861 (or 0x359861) is known color: Eucalyptus. HEX triplet: 35, 98 and 61. RGB value is (53,152,97). Sum of RGB (Red+Green+Blue) = 53+152+97=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #359861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359861 is #CA679E. Grayscale: #747474. Windows color (decimal): -13264799 or 6395957. OLE color: 6395957.

HSL color Cylindrical-coordinate representation of color #359861: hue angle of 146.67º degrees, saturation: 0.48, 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 #359861 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 97 -
CMYK 0.65 0 0.36 0.40
HSL 146.67º 0.48% 0.4% -
HSV(B) 146.67º 0.65% 0.6% -
XYZ 14.85 24.08 15.17 -
YUV 116.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 53 152 97 0.65 0 0.36 0.40 146.67 0.48 0.4
Hex 35 98 61 41 0 24 28 93 30 28
Octal 65 230 141 101 0 44 50 223 60 50
Binary 110101 10011000 1100001 1000001 0 100100 101000 10010011 110000 101000

Color Harmonies of #359861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359861

Black with #359861

Text Example


Text Example

White with #359861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359861; }

 p { color: rgb(53,152,97); }

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

background-color css

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

 a { background-color: rgb(53,152,97); }

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

border-color css

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

 span { border-color: rgb(53,152,97); }

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