Html Css Color HEX #359D66 Eucalyptus

📋 copy color: '#359D66'

red 53 ◦ green 157 ◦ blue 102

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

Shades of Eucalyptus #359D66

Tints of Eucalyptus #359D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.69%

R = 16.99%
G = 50.32%
B = 32.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#359D66 (or 0x359D66) is known color: Eucalyptus. HEX triplet: 35, 9D and 66. RGB value is (53,157,102). Sum of RGB (Red+Green+Blue) = 53+157+102=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #359D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D66 is #CA6299. Grayscale: #777777. Windows color (decimal): -13263514 or 6724917. OLE color: 6724917.

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

Color convert

RGB 53 157 102 -
CMYK 0.66 0 0.35 0.38
HSL 148.27º 0.5% 0.41% -
HSV(B) 148.27º 0.66% 0.62% -
XYZ 15.92 25.83 16.72 -
YUV 119.63 118.04 80.47 -
System Red Green Blue C M Y K H S L
Decimal 53 157 102 0.66 0 0.35 0.38 148.27 0.5 0.41
Hex 35 9D 66 42 0 23 26 94 32 29
Octal 65 235 146 102 0 43 46 224 62 51
Binary 110101 10011101 1100110 1000010 0 100011 100110 10010100 110010 101001

Color Harmonies of #359D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D66

Black with #359D66

Text Example


Text Example

White with #359D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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