Html Css Color HEX #3F5340 Grey-Asparagus

📋 copy color: '#3F5340'

red 63 ◦ green 83 ◦ blue 64

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

Shades of Grey-Asparagus #3F5340

Tints of Grey-Asparagus #3F5340

RGB

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

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

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

R = 30%
G = 39.52%
B = 30.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#3F5340 (or 0x3F5340) is known color: Grey-Asparagus. HEX triplet: 3F, 53 and 40. RGB value is (63,83,64). Sum of RGB (Red+Green+Blue) = 63+83+64=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5340 is #C0ACBF. Grayscale: #4A4A4A. Windows color (decimal): -12627136 or 4215615. OLE color: 4215615.

HSL color Cylindrical-coordinate representation of color #3F5340: hue angle of 123º 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 #3F5340 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 64 -
CMYK 0.24 0 0.23 0.67
HSL 123º 0.14% 0.29% -
HSV(B) 123º 0.24% 0.33% -
XYZ 6.07 7.61 6 -
YUV 74.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 63 83 64 0.24 0 0.23 0.67 123 0.14 0.29
Hex 3F 53 40 18 0 17 43 7B E 1D
Octal 77 123 100 30 0 27 103 173 16 35
Binary 111111 1010011 1000000 11000 0 10111 1000011 1111011 1110 11101

Color Harmonies of #3F5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5340

Black with #3F5340

Text Example


Text Example

White with #3F5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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