Html Css Color HEX #359A58 Eucalyptus

📋 copy color: '#359A58'

red 53 ◦ green 154 ◦ blue 88

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

Shades of Eucalyptus #359A58

Tints of Eucalyptus #359A58

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.2%

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

R = 17.97%
G = 52.2%
B = 29.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#359A58 (or 0x359A58) is known color: Eucalyptus. HEX triplet: 35, 9A and 58. RGB value is (53,154,88). Sum of RGB (Red+Green+Blue) = 53+154+88=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #359A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A58 is #CA65A7. Grayscale: #747474. Windows color (decimal): -13264296 or 5806645. OLE color: 5806645.

HSL color Cylindrical-coordinate representation of color #359A58: hue angle of 140.79º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A58 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 88 -
CMYK 0.66 0 0.43 0.40
HSL 140.79º 0.49% 0.41% -
HSV(B) 140.79º 0.66% 0.6% -
XYZ 14.79 24.57 13.2 -
YUV 116.28 112.04 82.87 -
System Red Green Blue C M Y K H S L
Decimal 53 154 88 0.66 0 0.43 0.40 140.79 0.49 0.41
Hex 35 9A 58 42 0 2B 28 8D 31 29
Octal 65 232 130 102 0 53 50 215 61 51
Binary 110101 10011010 1011000 1000010 0 101011 101000 10001101 110001 101001

Color Harmonies of #359A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A58

Black with #359A58

Text Example


Text Example

White with #359A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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