Html Css Color HEX #42553D Grey-Asparagus

📋 copy color: '#42553D'

red 66 ◦ green 85 ◦ blue 61

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

Shades of Grey-Asparagus #42553D

Tints of Grey-Asparagus #42553D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.77%

R = 31.13%
G = 40.09%
B = 28.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#42553D (or 0x42553D) is known color: Grey-Asparagus. HEX triplet: 42, 55 and 3D. RGB value is (66,85,61). Sum of RGB (Red+Green+Blue) = 66+85+61=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #42553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553D is #BDAAC2. Grayscale: #4C4C4C. Windows color (decimal): -12430019 or 4019522. OLE color: 4019522.

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

Color convert

RGB 66 85 61 -
CMYK 0.22 0 0.28 0.67
HSL 107.5º 0.16% 0.29% -
HSV(B) 107.5º 0.28% 0.33% -
XYZ 6.34 7.99 5.62 -
YUV 76.58 119.21 120.45 -
System Red Green Blue C M Y K H S L
Decimal 66 85 61 0.22 0 0.28 0.67 107.5 0.16 0.29
Hex 42 55 3D 16 0 1C 43 6C 10 1D
Octal 102 125 75 26 0 34 103 154 20 35
Binary 1000010 1010101 111101 10110 0 11100 1000011 1101100 10000 11101

Color Harmonies of #42553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42553D

Black with #42553D

Text Example


Text Example

White with #42553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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