Html Css Color HEX #42593D Grey-Asparagus

📋 copy color: '#42593D'

red 66 ◦ green 89 ◦ blue 61

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

Shades of Grey-Asparagus #42593D

Tints of Grey-Asparagus #42593D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.2%

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

R = 30.56%
G = 41.2%
B = 28.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#42593D (or 0x42593D) is known color: Grey-Asparagus. HEX triplet: 42, 59 and 3D. RGB value is (66,89,61). Sum of RGB (Red+Green+Blue) = 66+89+61=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #42593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42593D is #BDA6C2. Grayscale: #4F4F4F. Windows color (decimal): -12428995 or 4020546. OLE color: 4020546.

HSL color Cylindrical-coordinate representation of color #42593D: hue angle of 109.29º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42593D is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 61 -
CMYK 0.26 0 0.31 0.65
HSL 109.29º 0.19% 0.29% -
HSV(B) 109.29º 0.31% 0.35% -
XYZ 6.66 8.64 5.73 -
YUV 78.93 117.88 118.78 -
System Red Green Blue C M Y K H S L
Decimal 66 89 61 0.26 0 0.31 0.65 109.29 0.19 0.29
Hex 42 59 3D 1A 0 1F 41 6D 13 1D
Octal 102 131 75 32 0 37 101 155 23 35
Binary 1000010 1011001 111101 11010 0 11111 1000001 1101101 10011 11101

Color Harmonies of #42593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42593D

Black with #42593D

Text Example


Text Example

White with #42593D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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