Html Css Color HEX #3F5440 Grey-Asparagus

📋 copy color: '#3F5440'

red 63 ◦ green 84 ◦ blue 64

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

Shades of Grey-Asparagus #3F5440

Tints of Grey-Asparagus #3F5440

RGB

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

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

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

R = 29.86%
G = 39.81%
B = 30.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#3F5440 (or 0x3F5440) is known color: Grey-Asparagus. HEX triplet: 3F, 54 and 40. RGB value is (63,84,64). Sum of RGB (Red+Green+Blue) = 63+84+64=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5440 is #C0ABBF. Grayscale: #4B4B4B. Windows color (decimal): -12626880 or 4215871. OLE color: 4215871.

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

Color convert

RGB 63 84 64 -
CMYK 0.25 0 0.24 0.67
HSL 122.86º 0.14% 0.29% -
HSV(B) 122.86º 0.25% 0.33% -
XYZ 6.15 7.77 6.03 -
YUV 75.44 121.54 119.13 -
System Red Green Blue C M Y K H S L
Decimal 63 84 64 0.25 0 0.24 0.67 122.86 0.14 0.29
Hex 3F 54 40 19 0 18 43 7B E 1D
Octal 77 124 100 31 0 30 103 173 16 35
Binary 111111 1010100 1000000 11001 0 11000 1000011 1111011 1110 11101

Color Harmonies of #3F5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5440

Black with #3F5440

Text Example


Text Example

White with #3F5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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