Html Css Color HEX #3F5540 Grey-Asparagus

📋 copy color: '#3F5540'

red 63 ◦ green 85 ◦ blue 64

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

Shades of Grey-Asparagus #3F5540

Tints of Grey-Asparagus #3F5540

RGB

 RED value IS 63 (25% from 255) = 29.72%

 GREEN value IS 85 (33.59% from 255) = 40.09%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 29.72%
G = 40.09%
B = 30.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#3F5540 (or 0x3F5540) is known color: Grey-Asparagus. HEX triplet: 3F, 55 and 40. RGB value is (63,85,64). Sum of RGB (Red+Green+Blue) = 63+85+64=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5540 is #C0AABF. Grayscale: #4C4C4C. Windows color (decimal): -12626624 or 4216127. OLE color: 4216127.

HSL color Cylindrical-coordinate representation of color #3F5540: hue angle of 122.73º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5540 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 85 64 -
CMYK 0.26 0 0.25 0.67
HSL 122.73º 0.15% 0.29% -
HSV(B) 122.73º 0.26% 0.33% -
XYZ 6.22 7.92 6.05 -
YUV 76.03 121.21 118.71 -
System Red Green Blue C M Y K H S L
Decimal 63 85 64 0.26 0 0.25 0.67 122.73 0.15 0.29
Hex 3F 55 40 1A 0 19 43 7B F 1D
Octal 77 125 100 32 0 31 103 173 17 35
Binary 111111 1010101 1000000 11010 0 11001 1000011 1111011 1111 11101

Color Harmonies of #3F5540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5540

Black with #3F5540

Text Example


Text Example

White with #3F5540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,85,64); }

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

background-color css

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

 a { background-color: rgb(63,85,64); }

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

border-color css

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

 span { border-color: rgb(63,85,64); }

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