Html Css Color HEX #3A4F39 Grey-Asparagus

📋 copy color: '#3A4F39'

red 58 ◦ green 79 ◦ blue 57

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

Shades of Grey-Asparagus #3A4F39

Tints of Grey-Asparagus #3A4F39

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.72%

 BLUE value IS 57 (22.66% from 255) = 29.38%

R = 29.9%
G = 40.72%
B = 29.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#3A4F39 (or 0x3A4F39) is known color: Grey-Asparagus. HEX triplet: 3A, 4F and 39. RGB value is (58,79,57). Sum of RGB (Red+Green+Blue) = 58+79+57=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #3A4F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4F39 is #C5B0C6. Grayscale: #464646. Windows color (decimal): -12955847 or 3755834. OLE color: 3755834.

HSL color Cylindrical-coordinate representation of color #3A4F39: hue angle of 117.27º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A4F39 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 79 57 -
CMYK 0.27 0 0.28 0.69
HSL 117.27º 0.16% 0.27% -
HSV(B) 117.27º 0.28% 0.31% -
XYZ 5.28 6.79 4.9 -
YUV 70.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 58 79 57 0.27 0 0.28 0.69 117.27 0.16 0.27
Hex 3A 4F 39 1B 0 1C 45 75 10 1B
Octal 72 117 71 33 0 34 105 165 20 33
Binary 111010 1001111 111001 11011 0 11100 1000101 1110101 10000 11011

Color Harmonies of #3A4F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4F39

Black with #3A4F39

Text Example


Text Example

White with #3A4F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,79,57); }

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

background-color css

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

 a { background-color: rgb(58,79,57); }

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

border-color css

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

 span { border-color: rgb(58,79,57); }

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