Html Css Color HEX #3A975D Eucalyptus

📋 copy color: '#3A975D'

red 58 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #3A975D

Tints of Eucalyptus #3A975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 19.21%
G = 50%
B = 30.79%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#3A975D (or 0x3A975D) is known color: Eucalyptus. HEX triplet: 3A, 97 and 5D. RGB value is (58,151,93). Sum of RGB (Red+Green+Blue) = 58+151+93=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #3A975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A975D is #C568A2. Grayscale: #747474. Windows color (decimal): -12937379 or 6133562. OLE color: 6133562.

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

Color convert

RGB 58 151 93 -
CMYK 0.62 0 0.38 0.41
HSL 142.58º 0.44% 0.41% -
HSV(B) 142.58º 0.62% 0.59% -
XYZ 14.79 23.82 14.17 -
YUV 116.58 114.69 86.22 -
System Red Green Blue C M Y K H S L
Decimal 58 151 93 0.62 0 0.38 0.41 142.58 0.44 0.41
Hex 3A 97 5D 3E 0 26 29 8F 2C 29
Octal 72 227 135 76 0 46 51 217 54 51
Binary 111010 10010111 1011101 111110 0 100110 101001 10001111 101100 101001

Color Harmonies of #3A975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A975D

Black with #3A975D

Text Example


Text Example

White with #3A975D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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