Html Css Color HEX #3A9770 Eucalyptus

📋 copy color: '#3A9770'

red 58 ◦ green 151 ◦ blue 112

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

Shades of Eucalyptus #3A9770

Tints of Eucalyptus #3A9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.04%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 18.07%
G = 47.04%
B = 34.89%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#3A9770 (or 0x3A9770) is known color: Eucalyptus. HEX triplet: 3A, 97 and 70. RGB value is (58,151,112). Sum of RGB (Red+Green+Blue) = 58+151+112=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #3A9770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9770 is #C5688F. Grayscale: #767676. Windows color (decimal): -12937360 or 7378746. OLE color: 7378746.

HSL color Cylindrical-coordinate representation of color #3A9770: hue angle of 154.84º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9770 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 112 -
CMYK 0.62 0 0.26 0.41
HSL 154.84º 0.44% 0.41% -
HSV(B) 154.84º 0.62% 0.59% -
XYZ 15.74 24.2 19.17 -
YUV 118.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 58 151 112 0.62 0 0.26 0.41 154.84 0.44 0.41
Hex 3A 97 70 3E 0 1A 29 9B 2C 29
Octal 72 227 160 76 0 32 51 233 54 51
Binary 111010 10010111 1110000 111110 0 11010 101001 10011011 101100 101001

Color Harmonies of #3A9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9770

Black with #3A9770

Text Example


Text Example

White with #3A9770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,112); }

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

background-color css

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

 a { background-color: rgb(58,151,112); }

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

border-color css

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

 span { border-color: rgb(58,151,112); }

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