Html Css Color HEX #359A5E Eucalyptus

📋 copy color: '#359A5E'

red 53 ◦ green 154 ◦ blue 94

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

Shades of Eucalyptus #359A5E

Tints of Eucalyptus #359A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 17.61%
G = 51.16%
B = 31.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#359A5E (or 0x359A5E) is known color: Eucalyptus. HEX triplet: 35, 9A and 5E. RGB value is (53,154,94). Sum of RGB (Red+Green+Blue) = 53+154+94=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #359A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A5E is #CA65A1. Grayscale: #757575. Windows color (decimal): -13264290 or 6199861. OLE color: 6199861.

HSL color Cylindrical-coordinate representation of color #359A5E: hue angle of 144.36º 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 #359A5E is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 94 -
CMYK 0.66 0 0.39 0.40
HSL 144.36º 0.49% 0.41% -
HSV(B) 144.36º 0.66% 0.6% -
XYZ 15.04 24.68 14.56 -
YUV 116.96 115.04 82.38 -
System Red Green Blue C M Y K H S L
Decimal 53 154 94 0.66 0 0.39 0.40 144.36 0.49 0.41
Hex 35 9A 5E 42 0 27 28 90 31 29
Octal 65 232 136 102 0 47 50 220 61 51
Binary 110101 10011010 1011110 1000010 0 100111 101000 10010000 110001 101001

Color Harmonies of #359A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A5E

Black with #359A5E

Text Example


Text Example

White with #359A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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