Html Css Color HEX #42523E Grey-Asparagus

📋 copy color: '#42523E'

red 66 ◦ green 82 ◦ blue 62

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

Shades of Grey-Asparagus #42523E

Tints of Grey-Asparagus #42523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 31.43%
G = 39.05%
B = 29.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#42523E (or 0x42523E) is known color: Grey-Asparagus. HEX triplet: 42, 52 and 3E. RGB value is (66,82,62). Sum of RGB (Red+Green+Blue) = 66+82+62=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #42523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42523E is #BDADC1. Grayscale: #4B4B4B. Windows color (decimal): -12430786 or 4084290. OLE color: 4084290.

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

Color convert

RGB 66 82 62 -
CMYK 0.20 0 0.24 0.68
HSL 108º 0.14% 0.28% -
HSV(B) 108º 0.24% 0.32% -
XYZ 6.13 7.54 5.69 -
YUV 74.94 120.7 121.63 -
System Red Green Blue C M Y K H S L
Decimal 66 82 62 0.20 0 0.24 0.68 108 0.14 0.28
Hex 42 52 3E 14 0 18 44 6C E 1C
Octal 102 122 76 24 0 30 104 154 16 34
Binary 1000010 1010010 111110 10100 0 11000 1000100 1101100 1110 11100

Color Harmonies of #42523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42523E

Black with #42523E

Text Example


Text Example

White with #42523E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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