Html Css Color HEX #3F5341 Grey-Asparagus

📋 copy color: '#3F5341'

red 63 ◦ green 83 ◦ blue 65

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

Shades of Grey-Asparagus #3F5341

Tints of Grey-Asparagus #3F5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

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

R = 29.86%
G = 39.34%
B = 30.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3F5341 (or 0x3F5341) is known color: Grey-Asparagus. HEX triplet: 3F, 53 and 41. RGB value is (63,83,65). Sum of RGB (Red+Green+Blue) = 63+83+65=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5341 is #C0ACBE. Grayscale: #4B4B4B. Windows color (decimal): -12627135 or 4281151. OLE color: 4281151.

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

Color convert

RGB 63 83 65 -
CMYK 0.24 0 0.22 0.67
HSL 126º 0.14% 0.29% -
HSV(B) 126º 0.24% 0.33% -
XYZ 6.1 7.62 6.15 -
YUV 74.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 63 83 65 0.24 0 0.22 0.67 126 0.14 0.29
Hex 3F 53 41 18 0 16 43 7E E 1D
Octal 77 123 101 30 0 26 103 176 16 35
Binary 111111 1010011 1000001 11000 0 10110 1000011 1111110 1110 11101

Color Harmonies of #3F5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5341

Black with #3F5341

Text Example


Text Example

White with #3F5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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