Html Css Color HEX #359D6C Eucalyptus

📋 copy color: '#359D6C'

red 53 ◦ green 157 ◦ blue 108

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

Shades of Eucalyptus #359D6C

Tints of Eucalyptus #359D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 16.67%
G = 49.37%
B = 33.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#359D6C (or 0x359D6C) is known color: Eucalyptus. HEX triplet: 35, 9D and 6C. RGB value is (53,157,108). Sum of RGB (Red+Green+Blue) = 53+157+108=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6C is #CA6293. Grayscale: #787878. Windows color (decimal): -13263508 or 7118133. OLE color: 7118133.

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

Color convert

RGB 53 157 108 -
CMYK 0.66 0 0.31 0.38
HSL 151.73º 0.5% 0.41% -
HSV(B) 151.73º 0.66% 0.62% -
XYZ 16.23 25.95 18.34 -
YUV 120.32 121.04 79.98 -
System Red Green Blue C M Y K H S L
Decimal 53 157 108 0.66 0 0.31 0.38 151.73 0.5 0.41
Hex 35 9D 6C 42 0 1F 26 98 32 29
Octal 65 235 154 102 0 37 46 230 62 51
Binary 110101 10011101 1101100 1000010 0 11111 100110 10011000 110010 101001

Color Harmonies of #359D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D6C

Black with #359D6C

Text Example


Text Example

White with #359D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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