Html Css Color HEX #359658 Eucalyptus

📋 copy color: '#359658'

red 53 ◦ green 150 ◦ blue 88

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

Shades of Eucalyptus #359658

Tints of Eucalyptus #359658

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

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

R = 18.21%
G = 51.55%
B = 30.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#359658 (or 0x359658) is known color: Eucalyptus. HEX triplet: 35, 96 and 58. RGB value is (53,150,88). Sum of RGB (Red+Green+Blue) = 53+150+88=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #359658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359658 is #CA69A7. Grayscale: #727272. Windows color (decimal): -13265320 or 5805621. OLE color: 5805621.

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

Color convert

RGB 53 150 88 -
CMYK 0.65 0 0.41 0.41
HSL 141.65º 0.48% 0.4% -
HSV(B) 141.65º 0.65% 0.59% -
XYZ 14.14 23.27 12.98 -
YUV 113.93 113.36 84.54 -
System Red Green Blue C M Y K H S L
Decimal 53 150 88 0.65 0 0.41 0.41 141.65 0.48 0.4
Hex 35 96 58 41 0 29 29 8E 30 28
Octal 65 226 130 101 0 51 51 216 60 50
Binary 110101 10010110 1011000 1000001 0 101001 101001 10001110 110000 101000

Color Harmonies of #359658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359658

Black with #359658

Text Example


Text Example

White with #359658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359658; }

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

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

background-color css

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

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

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

border-color css

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

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

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