Html Css Color HEX #359870 Eucalyptus

📋 copy color: '#359870'

red 53 ◦ green 152 ◦ blue 112

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

Shades of Eucalyptus #359870

Tints of Eucalyptus #359870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 16.72%
G = 47.95%
B = 35.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#359870 (or 0x359870) is known color: Eucalyptus. HEX triplet: 35, 98 and 70. RGB value is (53,152,112). Sum of RGB (Red+Green+Blue) = 53+152+112=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #359870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359870 is #CA678F. Grayscale: #757575. Windows color (decimal): -13264784 or 7378997. OLE color: 7378997.

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

Color convert

RGB 53 152 112 -
CMYK 0.65 0 0.26 0.40
HSL 155.76º 0.48% 0.4% -
HSV(B) 155.76º 0.65% 0.6% -
XYZ 15.62 24.38 19.21 -
YUV 117.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 53 152 112 0.65 0 0.26 0.40 155.76 0.48 0.4
Hex 35 98 70 41 0 1A 28 9C 30 28
Octal 65 230 160 101 0 32 50 234 60 50
Binary 110101 10011000 1110000 1000001 0 11010 101000 10011100 110000 101000

Color Harmonies of #359870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359870

Black with #359870

Text Example


Text Example

White with #359870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359870; }

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

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

background-color css

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

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

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

border-color css

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

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

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