Html Css Color HEX #359C5B Eucalyptus

📋 copy color: '#359C5B'

red 53 ◦ green 156 ◦ blue 91

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

Shades of Eucalyptus #359C5B

Tints of Eucalyptus #359C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 17.67%
G = 52%
B = 30.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#359C5B (or 0x359C5B) is known color: Eucalyptus. HEX triplet: 35, 9C and 5B. RGB value is (53,156,91). Sum of RGB (Red+Green+Blue) = 53+156+91=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #359C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359C5B is #CA63A4. Grayscale: #757575. Windows color (decimal): -13263781 or 6003765. OLE color: 6003765.

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

Color convert

RGB 53 156 91 -
CMYK 0.66 0 0.42 0.39
HSL 142.14º 0.49% 0.41% -
HSV(B) 142.14º 0.66% 0.61% -
XYZ 15.24 25.29 13.98 -
YUV 117.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 53 156 91 0.66 0 0.42 0.39 142.14 0.49 0.41
Hex 35 9C 5B 42 0 2A 27 8E 31 29
Octal 65 234 133 102 0 52 47 216 61 51
Binary 110101 10011100 1011011 1000010 0 101010 100111 10001110 110001 101001

Color Harmonies of #359C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359C5B

Black with #359C5B

Text Example


Text Example

White with #359C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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