Html Css Color HEX #40583D Grey-Asparagus

📋 copy color: '#40583D'

red 64 ◦ green 88 ◦ blue 61

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

Shades of Grey-Asparagus #40583D

Tints of Grey-Asparagus #40583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 30.05%
G = 41.31%
B = 28.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#40583D (or 0x40583D) is known color: Grey-Asparagus. HEX triplet: 40, 58 and 3D. RGB value is (64,88,61). Sum of RGB (Red+Green+Blue) = 64+88+61=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #40583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40583D is #BFA7C2. Grayscale: #4D4D4D. Windows color (decimal): -12560323 or 4020288. OLE color: 4020288.

HSL color Cylindrical-coordinate representation of color #40583D: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40583D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 88 61 -
CMYK 0.27 0 0.31 0.65
HSL 113.33º 0.18% 0.29% -
HSV(B) 113.33º 0.31% 0.35% -
XYZ 6.45 8.41 5.7 -
YUV 77.75 118.55 118.2 -
System Red Green Blue C M Y K H S L
Decimal 64 88 61 0.27 0 0.31 0.65 113.33 0.18 0.29
Hex 40 58 3D 1B 0 1F 41 71 12 1D
Octal 100 130 75 33 0 37 101 161 22 35
Binary 1000000 1011000 111101 11011 0 11111 1000001 1110001 10010 11101

Color Harmonies of #40583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40583D

Black with #40583D

Text Example


Text Example

White with #40583D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40583D; }

 p { color: rgb(64,88,61); }

 H1.HeaderClassName
 {
   color: #40583D;
 }
 .AnyTagClassName
 {
   color: #40583D;
 }
</style>

background-color css

<style>
 a { background-color: #40583D; }

 a { background-color: rgb(64,88,61); }

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

border-color css

<style>
 span { border-color: #40583D; }

 span { border-color: rgb(64,88,61); }

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