Html Css Color HEX #42553F Grey-Asparagus

📋 copy color: '#42553F'

red 66 ◦ green 85 ◦ blue 63

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

Shades of Grey-Asparagus #42553F

Tints of Grey-Asparagus #42553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 30.84%
G = 39.72%
B = 29.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#42553F (or 0x42553F) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 3F. RGB value is (66,85,63). Sum of RGB (Red+Green+Blue) = 66+85+63=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #42553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553F is #BDAAC0. Grayscale: #4C4C4C. Windows color (decimal): -12430017 or 4150594. OLE color: 4150594.

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

Color convert

RGB 66 85 63 -
CMYK 0.22 0 0.26 0.67
HSL 111.82º 0.15% 0.29% -
HSV(B) 111.82º 0.26% 0.33% -
XYZ 6.39 8.01 5.91 -
YUV 76.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 66 85 63 0.22 0 0.26 0.67 111.82 0.15 0.29
Hex 42 55 3F 16 0 1A 43 70 F 1D
Octal 102 125 77 26 0 32 103 160 17 35
Binary 1000010 1010101 111111 10110 0 11010 1000011 1110000 1111 11101

Color Harmonies of #42553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42553F

Black with #42553F

Text Example


Text Example

White with #42553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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