Html Css Color HEX #3A8964 Eucalyptus

📋 copy color: '#3A8964'

red 58 ◦ green 137 ◦ blue 100

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

Shades of Eucalyptus #3A8964

Tints of Eucalyptus #3A8964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 19.66%
G = 46.44%
B = 33.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#3A8964 (or 0x3A8964) is known color: Eucalyptus. HEX triplet: 3A, 89 and 64. RGB value is (58,137,100). Sum of RGB (Red+Green+Blue) = 58+137+100=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8964 is #C5769B. Grayscale: #6D6D6D. Windows color (decimal): -12940956 or 6588730. OLE color: 6588730.

HSL color Cylindrical-coordinate representation of color #3A8964: hue angle of 151.9º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8964 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 137 100 -
CMYK 0.58 0 0.27 0.46
HSL 151.9º 0.41% 0.38% -
HSV(B) 151.9º 0.58% 0.54% -
XYZ 12.99 19.71 15.18 -
YUV 109.16 122.83 91.51 -
System Red Green Blue C M Y K H S L
Decimal 58 137 100 0.58 0 0.27 0.46 151.9 0.41 0.38
Hex 3A 89 64 3A 0 1B 2E 98 29 26
Octal 72 211 144 72 0 33 56 230 51 46
Binary 111010 10001001 1100100 111010 0 11011 101110 10011000 101001 100110

Color Harmonies of #3A8964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8964

Black with #3A8964

Text Example


Text Example

White with #3A8964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,137,100); }

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

background-color css

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

 a { background-color: rgb(58,137,100); }

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

border-color css

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

 span { border-color: rgb(58,137,100); }

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