Html Css Color HEX #40613F Grey-Asparagus

📋 copy color: '#40613F'

red 64 ◦ green 97 ◦ blue 63

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

Shades of Grey-Asparagus #40613F

Tints of Grey-Asparagus #40613F

RGB

 RED value IS 64 (25.39% from 255) = 28.57%

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 28.57%
G = 43.3%
B = 28.13%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#40613F (or 0x40613F) is known color: Grey-Asparagus. HEX triplet: 40, 61 and 3F. RGB value is (64,97,63). Sum of RGB (Red+Green+Blue) = 64+97+63=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #40613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40613F is #BF9EC0. Grayscale: #535353. Windows color (decimal): -12558017 or 4153664. OLE color: 4153664.

HSL color Cylindrical-coordinate representation of color #40613F: hue angle of 118.24º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40613F is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 63 -
CMYK 0.34 0 0.35 0.62
HSL 118.24º 0.21% 0.31% -
HSV(B) 118.24º 0.35% 0.38% -
XYZ 7.29 10 6.25 -
YUV 83.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 64 97 63 0.34 0 0.35 0.62 118.24 0.21 0.31
Hex 40 61 3F 22 0 23 3E 76 15 1F
Octal 100 141 77 42 0 43 76 166 25 37
Binary 1000000 1100001 111111 100010 0 100011 111110 1110110 10101 11111

Color Harmonies of #40613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40613F

Black with #40613F

Text Example


Text Example

White with #40613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40613F; }

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

 H1.HeaderClassName
 {
   color: #40613F;
 }
 .AnyTagClassName
 {
   color: #40613F;
 }
</style>

background-color css

<style>
 a { background-color: #40613F; }

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

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

border-color css

<style>
 span { border-color: #40613F; }

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

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