Html Css Color HEX #359D6A Eucalyptus

📋 copy color: '#359D6A'

red 53 ◦ green 157 ◦ blue 106

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

Shades of Eucalyptus #359D6A

Tints of Eucalyptus #359D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 16.77%
G = 49.68%
B = 33.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#359D6A (or 0x359D6A) is known color: Eucalyptus. HEX triplet: 35, 9D and 6A. RGB value is (53,157,106). Sum of RGB (Red+Green+Blue) = 53+157+106=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 157 (61.72% from 255 or 49.68% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 157 - color contains mainly: green. Hex color #359D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D6A is #CA6295. Grayscale: #787878. Windows color (decimal): -13263510 or 6987061. OLE color: 6987061.

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

Color convert

RGB 53 157 106 -
CMYK 0.66 0 0.32 0.38
HSL 150.58º 0.5% 0.41% -
HSV(B) 150.58º 0.66% 0.62% -
XYZ 16.13 25.91 17.79 -
YUV 120.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 53 157 106 0.66 0 0.32 0.38 150.58 0.5 0.41
Hex 35 9D 6A 42 0 20 26 97 32 29
Octal 65 235 152 102 0 40 46 227 62 51
Binary 110101 10011101 1101010 1000010 0 100000 100110 10010111 110010 101001

Color Harmonies of #359D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D6A

Black with #359D6A

Text Example


Text Example

White with #359D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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