Html Css Color HEX #42553E Grey-Asparagus

📋 copy color: '#42553E'

red 66 ◦ green 85 ◦ blue 62

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

Shades of Grey-Asparagus #42553E

Tints of Grey-Asparagus #42553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.91%

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

R = 30.99%
G = 39.91%
B = 29.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#42553E (or 0x42553E) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 3E. RGB value is (66,85,62). Sum of RGB (Red+Green+Blue) = 66+85+62=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #42553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553E is #BDAAC1. Grayscale: #4C4C4C. Windows color (decimal): -12430018 or 4085058. OLE color: 4085058.

HSL color Cylindrical-coordinate representation of color #42553E: hue angle of 109.57º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42553E is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 85 62 -
CMYK 0.22 0 0.27 0.67
HSL 109.57º 0.16% 0.29% -
HSV(B) 109.57º 0.27% 0.33% -
XYZ 6.36 8 5.77 -
YUV 76.7 119.71 120.37 -
System Red Green Blue C M Y K H S L
Decimal 66 85 62 0.22 0 0.27 0.67 109.57 0.16 0.29
Hex 42 55 3E 16 0 1B 43 6E 10 1D
Octal 102 125 76 26 0 33 103 156 20 35
Binary 1000010 1010101 111110 10110 0 11011 1000011 1101110 10000 11101

Color Harmonies of #42553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42553E

Black with #42553E

Text Example


Text Example

White with #42553E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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