Html Css Color HEX #3A9560 Eucalyptus

📋 copy color: '#3A9560'

red 58 ◦ green 149 ◦ blue 96

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

Shades of Eucalyptus #3A9560

Tints of Eucalyptus #3A9560

RGB

 RED value IS 58 (23.05% from 255) = 19.14%

 GREEN value IS 149 (58.59% from 255) = 49.17%

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

R = 19.14%
G = 49.17%
B = 31.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#3A9560 (or 0x3A9560) is known color: Eucalyptus. HEX triplet: 3A, 95 and 60. RGB value is (58,149,96). Sum of RGB (Red+Green+Blue) = 58+149+96=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9560 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9560 is #C56A9F. Grayscale: #737373. Windows color (decimal): -12937888 or 6329658. OLE color: 6329658.

HSL color Cylindrical-coordinate representation of color #3A9560: hue angle of 145.05º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9560 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 149 96 -
CMYK 0.61 0 0.36 0.42
HSL 145.05º 0.44% 0.41% -
HSV(B) 145.05º 0.61% 0.58% -
XYZ 14.6 23.24 14.78 -
YUV 115.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 58 149 96 0.61 0 0.36 0.42 145.05 0.44 0.41
Hex 3A 95 60 3D 0 24 2A 91 2C 29
Octal 72 225 140 75 0 44 52 221 54 51
Binary 111010 10010101 1100000 111101 0 100100 101010 10010001 101100 101001

Color Harmonies of #3A9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9560

Black with #3A9560

Text Example


Text Example

White with #3A9560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,149,96); }

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

background-color css

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

 a { background-color: rgb(58,149,96); }

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

border-color css

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

 span { border-color: rgb(58,149,96); }

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