Html Css Color HEX #3A5439 Grey-Asparagus

📋 copy color: '#3A5439'

red 58 ◦ green 84 ◦ blue 57

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

Shades of Grey-Asparagus #3A5439

Tints of Grey-Asparagus #3A5439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

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

R = 29.15%
G = 42.21%
B = 28.64%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#3A5439 (or 0x3A5439) is known color: Grey-Asparagus. HEX triplet: 3A, 54 and 39. RGB value is (58,84,57). Sum of RGB (Red+Green+Blue) = 58+84+57=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 57 (22.66% from 255 or 28.64% from 199); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5439 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5439 is #C5ABC6. Grayscale: #494949. Windows color (decimal): -12954567 or 3757114. OLE color: 3757114.

HSL color Cylindrical-coordinate representation of color #3A5439: hue angle of 117.78º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5439 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 57 -
CMYK 0.31 0 0.32 0.67
HSL 117.78º 0.19% 0.28% -
HSV(B) 117.78º 0.32% 0.33% -
XYZ 5.65 7.54 5.03 -
YUV 73.15 118.89 117.2 -
System Red Green Blue C M Y K H S L
Decimal 58 84 57 0.31 0 0.32 0.67 117.78 0.19 0.28
Hex 3A 54 39 1F 0 20 43 76 13 1C
Octal 72 124 71 37 0 40 103 166 23 34
Binary 111010 1010100 111001 11111 0 100000 1000011 1110110 10011 11100

Color Harmonies of #3A5439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5439

Black with #3A5439

Text Example


Text Example

White with #3A5439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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