Html Css Color HEX #359C5D Eucalyptus

📋 copy color: '#359C5D'

red 53 ◦ green 156 ◦ blue 93

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

Shades of Eucalyptus #359C5D

Tints of Eucalyptus #359C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 51.66%

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

R = 17.55%
G = 51.66%
B = 30.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#359C5D (or 0x359C5D) is known color: Eucalyptus. HEX triplet: 35, 9C and 5D. RGB value is (53,156,93). Sum of RGB (Red+Green+Blue) = 53+156+93=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 156 (61.33% from 255 or 51.66% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 156 - color contains mainly: green. Hex color #359C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C5D is #CA63A2. Grayscale: #767676. Windows color (decimal): -13263779 or 6134837. OLE color: 6134837.

HSL color Cylindrical-coordinate representation of color #359C5D: hue angle of 143.3º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C5D is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 156 93 -
CMYK 0.66 0 0.40 0.39
HSL 143.3º 0.49% 0.41% -
HSV(B) 143.3º 0.66% 0.61% -
XYZ 15.33 25.32 14.44 -
YUV 118.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 53 156 93 0.66 0 0.40 0.39 143.3 0.49 0.41
Hex 35 9C 5D 42 0 28 27 8F 31 29
Octal 65 234 135 102 0 50 47 217 61 51
Binary 110101 10011100 1011101 1000010 0 101000 100111 10001111 110001 101001

Color Harmonies of #359C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C5D

Black with #359C5D

Text Example


Text Example

White with #359C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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