Html Css Color HEX #359E5D Eucalyptus

📋 copy color: '#359E5D'

red 53 ◦ green 158 ◦ blue 93

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

Shades of Eucalyptus #359E5D

Tints of Eucalyptus #359E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.97%

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 17.43%
G = 51.97%
B = 30.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#359E5D (or 0x359E5D) is known color: Eucalyptus. HEX triplet: 35, 9E and 5D. RGB value is (53,158,93). Sum of RGB (Red+Green+Blue) = 53+158+93=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #359E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359E5D is #CA61A2. Grayscale: #777777. Windows color (decimal): -13263267 or 6135349. OLE color: 6135349.

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

Color convert

RGB 53 158 93 -
CMYK 0.66 0 0.41 0.38
HSL 142.86º 0.5% 0.41% -
HSV(B) 142.86º 0.66% 0.62% -
XYZ 15.67 26 14.55 -
YUV 119.2 113.21 80.79 -
System Red Green Blue C M Y K H S L
Decimal 53 158 93 0.66 0 0.41 0.38 142.86 0.5 0.41
Hex 35 9E 5D 42 0 29 26 8F 32 29
Octal 65 236 135 102 0 51 46 217 62 51
Binary 110101 10011110 1011101 1000010 0 101001 100110 10001111 110010 101001

Color Harmonies of #359E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359E5D

Black with #359E5D

Text Example


Text Example

White with #359E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,158,93); }

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

background-color css

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

 a { background-color: rgb(53,158,93); }

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

border-color css

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

 span { border-color: rgb(53,158,93); }

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