Html Css Color HEX #42613E Grey-Asparagus

📋 copy color: '#42613E'

red 66 ◦ green 97 ◦ blue 62

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

Shades of Grey-Asparagus #42613E

Tints of Grey-Asparagus #42613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

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

R = 29.33%
G = 43.11%
B = 27.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#42613E (or 0x42613E) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 3E. RGB value is (66,97,62). Sum of RGB (Red+Green+Blue) = 66+97+62=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #42613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613E is #BD9EC1. Grayscale: #535353. Windows color (decimal): -12426946 or 4088130. OLE color: 4088130.

HSL color Cylindrical-coordinate representation of color #42613E: hue angle of 113.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #42613E is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 62 -
CMYK 0.32 0 0.36 0.62
HSL 113.14º 0.22% 0.31% -
HSV(B) 113.14º 0.36% 0.38% -
XYZ 7.39 10.06 6.11 -
YUV 83.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 66 97 62 0.32 0 0.36 0.62 113.14 0.22 0.31
Hex 42 61 3E 20 0 24 3E 71 16 1F
Octal 102 141 76 40 0 44 76 161 26 37
Binary 1000010 1100001 111110 100000 0 100100 111110 1110001 10110 11111

Color Harmonies of #42613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42613E

Black with #42613E

Text Example


Text Example

White with #42613E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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