Html Css Color HEX #42583D Grey-Asparagus

📋 copy color: '#42583D'

red 66 ◦ green 88 ◦ blue 61

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

Shades of Grey-Asparagus #42583D

Tints of Grey-Asparagus #42583D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 30.7%
G = 40.93%
B = 28.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#42583D (or 0x42583D) is known color: Grey-Asparagus. HEX triplet: 42, 58 and 3D. RGB value is (66,88,61). Sum of RGB (Red+Green+Blue) = 66+88+61=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #42583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42583D is #BDA7C2. Grayscale: #4E4E4E. Windows color (decimal): -12429251 or 4020290. OLE color: 4020290.

HSL color Cylindrical-coordinate representation of color #42583D: hue angle of 108.89º degrees, saturation: 0.18, 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 #42583D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 61 -
CMYK 0.25 0 0.31 0.65
HSL 108.89º 0.18% 0.29% -
HSV(B) 108.89º 0.31% 0.35% -
XYZ 6.58 8.47 5.7 -
YUV 78.34 118.21 119.2 -
System Red Green Blue C M Y K H S L
Decimal 66 88 61 0.25 0 0.31 0.65 108.89 0.18 0.29
Hex 42 58 3D 19 0 1F 41 6D 12 1D
Octal 102 130 75 31 0 37 101 155 22 35
Binary 1000010 1011000 111101 11001 0 11111 1000001 1101101 10010 11101

Color Harmonies of #42583D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42583D

Black with #42583D

Text Example


Text Example

White with #42583D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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