Html Css Color HEX #3A976C Eucalyptus

📋 copy color: '#3A976C'

red 58 ◦ green 151 ◦ blue 108

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

Shades of Eucalyptus #3A976C

Tints of Eucalyptus #3A976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 18.3%
G = 47.63%
B = 34.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#3A976C (or 0x3A976C) is known color: Eucalyptus. HEX triplet: 3A, 97 and 6C. RGB value is (58,151,108). Sum of RGB (Red+Green+Blue) = 58+151+108=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #3A976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A976C is #C56893. Grayscale: #767676. Windows color (decimal): -12937364 or 7116602. OLE color: 7116602.

HSL color Cylindrical-coordinate representation of color #3A976C: hue angle of 152.26º 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 #3A976C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 108 -
CMYK 0.62 0 0.28 0.41
HSL 152.26º 0.44% 0.41% -
HSV(B) 152.26º 0.62% 0.59% -
XYZ 15.52 24.12 18.02 -
YUV 118.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 58 151 108 0.62 0 0.28 0.41 152.26 0.44 0.41
Hex 3A 97 6C 3E 0 1C 29 98 2C 29
Octal 72 227 154 76 0 34 51 230 54 51
Binary 111010 10010111 1101100 111110 0 11100 101001 10011000 101100 101001

Color Harmonies of #3A976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A976C

Black with #3A976C

Text Example


Text Example

White with #3A976C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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