Html Css Color HEX #359958 Eucalyptus

📋 copy color: '#359958'

red 53 ◦ green 153 ◦ blue 88

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

Shades of Eucalyptus #359958

Tints of Eucalyptus #359958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.93%

R = 18.03%
G = 52.04%
B = 29.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#359958 (or 0x359958) is known color: Eucalyptus. HEX triplet: 35, 99 and 58. RGB value is (53,153,88). Sum of RGB (Red+Green+Blue) = 53+153+88=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #359958 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359958 is #CA66A7. Grayscale: #737373. Windows color (decimal): -13264552 or 5806389. OLE color: 5806389.

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

Color convert

RGB 53 153 88 -
CMYK 0.65 0 0.42 0.4
HSL 141º 0.49% 0.4% -
HSV(B) 141º 0.65% 0.6% -
XYZ 14.62 24.24 13.14 -
YUV 115.69 112.37 83.29 -
System Red Green Blue C M Y K H S L
Decimal 53 153 88 0.65 0 0.42 0.4 141 0.49 0.4
Hex 35 99 58 41 0 2A 28 8D 31 28
Octal 65 231 130 101 0 52 50 215 61 50
Binary 110101 10011001 1011000 1000001 0 101010 101000 10001101 110001 101000

Color Harmonies of #359958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359958

Black with #359958

Text Example


Text Example

White with #359958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359958; }

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

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

background-color css

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

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

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

border-color css

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

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

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