Html Css Color HEX #3A8B60 Eucalyptus

📋 copy color: '#3A8B60'

red 58 ◦ green 139 ◦ blue 96

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

Shades of Eucalyptus #3A8B60

Tints of Eucalyptus #3A8B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

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

R = 19.8%
G = 47.44%
B = 32.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#3A8B60 (or 0x3A8B60) is known color: Eucalyptus. HEX triplet: 3A, 8B and 60. RGB value is (58,139,96). Sum of RGB (Red+Green+Blue) = 58+139+96=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B60 is #C5749F. Grayscale: #6D6D6D. Windows color (decimal): -12940448 or 6327098. OLE color: 6327098.

HSL color Cylindrical-coordinate representation of color #3A8B60: hue angle of 148.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B60 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 139 96 -
CMYK 0.58 0 0.31 0.45
HSL 148.15º 0.41% 0.39% -
HSV(B) 148.15º 0.58% 0.55% -
XYZ 13.09 20.21 14.28 -
YUV 109.88 120.16 91 -
System Red Green Blue C M Y K H S L
Decimal 58 139 96 0.58 0 0.31 0.45 148.15 0.41 0.39
Hex 3A 8B 60 3A 0 1F 2D 94 29 27
Octal 72 213 140 72 0 37 55 224 51 47
Binary 111010 10001011 1100000 111010 0 11111 101101 10010100 101001 100111

Color Harmonies of #3A8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8B60

Black with #3A8B60

Text Example


Text Example

White with #3A8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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