Html Css Color HEX #359D62 Eucalyptus

📋 copy color: '#359D62'

red 53 ◦ green 157 ◦ blue 98

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

Shades of Eucalyptus #359D62

Tints of Eucalyptus #359D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 17.21%
G = 50.97%
B = 31.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#359D62 (or 0x359D62) is known color: Eucalyptus. HEX triplet: 35, 9D and 62. RGB value is (53,157,98). Sum of RGB (Red+Green+Blue) = 53+157+98=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 157 (61.72% from 255 or 50.97% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 157 - color contains mainly: green. Hex color #359D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359D62 is #CA629D. Grayscale: #777777. Windows color (decimal): -13263518 or 6462773. OLE color: 6462773.

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

Color convert

RGB 53 157 98 -
CMYK 0.66 0 0.38 0.38
HSL 145.96º 0.5% 0.41% -
HSV(B) 145.96º 0.66% 0.62% -
XYZ 15.73 25.75 15.7 -
YUV 119.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 53 157 98 0.66 0 0.38 0.38 145.96 0.5 0.41
Hex 35 9D 62 42 0 26 26 92 32 29
Octal 65 235 142 102 0 46 46 222 62 51
Binary 110101 10011101 1100010 1000010 0 100110 100110 10010010 110010 101001

Color Harmonies of #359D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359D62

Black with #359D62

Text Example


Text Example

White with #359D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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