Html Css Color HEX #3F5441 Grey-Asparagus

📋 copy color: '#3F5441'

red 63 ◦ green 84 ◦ blue 65

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

Shades of Grey-Asparagus #3F5441

Tints of Grey-Asparagus #3F5441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.66%

R = 29.72%
G = 39.62%
B = 30.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#3F5441 (or 0x3F5441) is known color: Grey-Asparagus. HEX triplet: 3F, 54 and 41. RGB value is (63,84,65). Sum of RGB (Red+Green+Blue) = 63+84+65=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5441 is #C0ABBE. Grayscale: #4B4B4B. Windows color (decimal): -12626879 or 4281407. OLE color: 4281407.

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

Color convert

RGB 63 84 65 -
CMYK 0.25 0 0.23 0.67
HSL 125.71º 0.14% 0.29% -
HSV(B) 125.71º 0.25% 0.33% -
XYZ 6.17 7.78 6.18 -
YUV 75.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 63 84 65 0.25 0 0.23 0.67 125.71 0.14 0.29
Hex 3F 54 41 19 0 17 43 7E E 1D
Octal 77 124 101 31 0 27 103 176 16 35
Binary 111111 1010100 1000001 11001 0 10111 1000011 1111110 1110 11101

Color Harmonies of #3F5441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5441

Black with #3F5441

Text Example


Text Example

White with #3F5441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,84,65); }

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

background-color css

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

 a { background-color: rgb(63,84,65); }

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

border-color css

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

 span { border-color: rgb(63,84,65); }

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