Html Css Color HEX #3B9160 Eucalyptus

📋 copy color: '#3B9160'

red 59 ◦ green 145 ◦ blue 96

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

Shades of Eucalyptus #3B9160

Tints of Eucalyptus #3B9160

RGB

 RED value IS 59 (23.44% from 255) = 19.67%

 GREEN value IS 145 (57.03% from 255) = 48.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 19.67%
G = 48.33%
B = 32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#3B9160 (or 0x3B9160) is known color: Eucalyptus. HEX triplet: 3B, 91 and 60. RGB value is (59,145,96). Sum of RGB (Red+Green+Blue) = 59+145+96=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9160 is #C46E9F. Grayscale: #717171. Windows color (decimal): -12873376 or 6328635. OLE color: 6328635.

HSL color Cylindrical-coordinate representation of color #3B9160: hue angle of 145.81º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B9160 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 145 96 -
CMYK 0.59 0 0.34 0.43
HSL 145.81º 0.42% 0.4% -
HSV(B) 145.81º 0.59% 0.57% -
XYZ 14.04 22.03 14.58 -
YUV 113.7 118.01 88.98 -
System Red Green Blue C M Y K H S L
Decimal 59 145 96 0.59 0 0.34 0.43 145.81 0.42 0.4
Hex 3B 91 60 3B 0 22 2B 92 2A 28
Octal 73 221 140 73 0 42 53 222 52 50
Binary 111011 10010001 1100000 111011 0 100010 101011 10010010 101010 101000

Color Harmonies of #3B9160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9160

Black with #3B9160

Text Example


Text Example

White with #3B9160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B9160; }

 p { color: rgb(59,145,96); }

 H1.HeaderClassName
 {
   color: #3B9160;
 }
 .AnyTagClassName
 {
   color: #3B9160;
 }
</style>

background-color css

<style>
 a { background-color: #3B9160; }

 a { background-color: rgb(59,145,96); }

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

border-color css

<style>
 span { border-color: #3B9160; }

 span { border-color: rgb(59,145,96); }

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