Html Css Color HEX #42513E Grey-Asparagus

📋 copy color: '#42513E'

red 66 ◦ green 81 ◦ blue 62

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

Shades of Grey-Asparagus #42513E

Tints of Grey-Asparagus #42513E

RGB

 RED value IS 66 (26.17% from 255) = 31.58%

 GREEN value IS 81 (32.03% from 255) = 38.76%

 BLUE value IS 62 (24.61% from 255) = 29.67%

R = 31.58%
G = 38.76%
B = 29.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#42513E (or 0x42513E) is known color: Grey-Asparagus. HEX triplet: 42, 51 and 3E. RGB value is (66,81,62). Sum of RGB (Red+Green+Blue) = 66+81+62=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 81 - color contains mainly: green. Hex color #42513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42513E is #BDAEC1. Grayscale: #4A4A4A. Windows color (decimal): -12431042 or 4084034. OLE color: 4084034.

HSL color Cylindrical-coordinate representation of color #42513E: hue angle of 107.37º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #42513E is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 62 -
CMYK 0.19 0 0.23 0.68
HSL 107.37º 0.13% 0.28% -
HSV(B) 107.37º 0.23% 0.32% -
XYZ 6.06 7.39 5.66 -
YUV 74.35 121.03 122.04 -
System Red Green Blue C M Y K H S L
Decimal 66 81 62 0.19 0 0.23 0.68 107.37 0.13 0.28
Hex 42 51 3E 13 0 17 44 6B D 1C
Octal 102 121 76 23 0 27 104 153 15 34
Binary 1000010 1010001 111110 10011 0 10111 1000100 1101011 1101 11100

Color Harmonies of #42513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42513E

Black with #42513E

Text Example


Text Example

White with #42513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42513E; }

 p { color: rgb(66,81,62); }

 H1.HeaderClassName
 {
   color: #42513E;
 }
 .AnyTagClassName
 {
   color: #42513E;
 }
</style>

background-color css

<style>
 a { background-color: #42513E; }

 a { background-color: rgb(66,81,62); }

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

border-color css

<style>
 span { border-color: #42513E; }

 span { border-color: rgb(66,81,62); }

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