Html Css Color HEX #42613F Grey-Asparagus

📋 copy color: '#42613F'

red 66 ◦ green 97 ◦ blue 63

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

Shades of Grey-Asparagus #42613F

Tints of Grey-Asparagus #42613F

RGB

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

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

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

R = 29.2%
G = 42.92%
B = 27.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#42613F (or 0x42613F) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 3F. RGB value is (66,97,63). Sum of RGB (Red+Green+Blue) = 66+97+63=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #42613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42613F is #BD9EC0. Grayscale: #535353. Windows color (decimal): -12426945 or 4153666. OLE color: 4153666.

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

Color convert

RGB 66 97 63 -
CMYK 0.32 0 0.35 0.62
HSL 114.71º 0.21% 0.31% -
HSV(B) 114.71º 0.35% 0.38% -
XYZ 7.42 10.07 6.25 -
YUV 83.86 116.23 115.26 -
System Red Green Blue C M Y K H S L
Decimal 66 97 63 0.32 0 0.35 0.62 114.71 0.21 0.31
Hex 42 61 3F 20 0 23 3E 73 15 1F
Octal 102 141 77 40 0 43 76 163 25 37
Binary 1000010 1100001 111111 100000 0 100011 111110 1110011 10101 11111

Color Harmonies of #42613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42613F

Black with #42613F

Text Example


Text Example

White with #42613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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