Html Css Color HEX #359D6E Eucalyptus

📋 copy color: '#359D6E'

red 53 ◦ green 157 ◦ blue 110

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

Shades of Eucalyptus #359D6E

Tints of Eucalyptus #359D6E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.06%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 16.56%
G = 49.06%
B = 34.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#359D6E (or 0x359D6E) is known color: Eucalyptus. HEX triplet: 35, 9D and 6E. RGB value is (53,157,110). Sum of RGB (Red+Green+Blue) = 53+157+110=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 157 (61.72% from 255 or 49.06% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6E is #CA6291. Grayscale: #787878. Windows color (decimal): -13263506 or 7249205. OLE color: 7249205.

HSL color Cylindrical-coordinate representation of color #359D6E: hue angle of 152.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359D6E is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 157 110 -
CMYK 0.66 0 0.30 0.38
HSL 152.88º 0.5% 0.41% -
HSV(B) 152.88º 0.66% 0.62% -
XYZ 16.34 26 18.91 -
YUV 120.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 53 157 110 0.66 0 0.30 0.38 152.88 0.5 0.41
Hex 35 9D 6E 42 0 1E 26 99 32 29
Octal 65 235 156 102 0 36 46 231 62 51
Binary 110101 10011101 1101110 1000010 0 11110 100110 10011001 110010 101001

Color Harmonies of #359D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D6E

Black with #359D6E

Text Example


Text Example

White with #359D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,157,110); }

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

background-color css

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

 a { background-color: rgb(53,157,110); }

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

border-color css

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

 span { border-color: rgb(53,157,110); }

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