Html Css Color HEX #40583C Grey-Asparagus

📋 copy color: '#40583C'

red 64 ◦ green 88 ◦ blue 60

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

Shades of Grey-Asparagus #40583C

Tints of Grey-Asparagus #40583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 30.19%
G = 41.51%
B = 28.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.65

RGB Variations

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

Color information

#40583C (or 0x40583C) is known color: Grey-Asparagus. HEX triplet: 40, 58 and 3C. RGB value is (64,88,60). Sum of RGB (Red+Green+Blue) = 64+88+60=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #40583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40583C is #BFA7C3. Grayscale: #4D4D4D. Windows color (decimal): -12560324 or 3954752. OLE color: 3954752.

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

Color convert

RGB 64 88 60 -
CMYK 0.27 0 0.32 0.65
HSL 111.43º 0.19% 0.29% -
HSV(B) 111.43º 0.32% 0.35% -
XYZ 6.42 8.4 5.56 -
YUV 77.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 64 88 60 0.27 0 0.32 0.65 111.43 0.19 0.29
Hex 40 58 3C 1B 0 20 41 6F 13 1D
Octal 100 130 74 33 0 40 101 157 23 35
Binary 1000000 1011000 111100 11011 0 100000 1000001 1101111 10011 11101

Color Harmonies of #40583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40583C

Black with #40583C

Text Example


Text Example

White with #40583C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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