Html Css Color HEX #424F3F Grey-Asparagus

📋 copy color: '#424F3F'

red 66 ◦ green 79 ◦ blue 63

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

Shades of Grey-Asparagus #424F3F

Tints of Grey-Asparagus #424F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.98%

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

R = 31.73%
G = 37.98%
B = 30.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#424F3F (or 0x424F3F) is known color: Grey-Asparagus. HEX triplet: 42, 4F and 3F. RGB value is (66,79,63). Sum of RGB (Red+Green+Blue) = 66+79+63=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 79 - color contains mainly: green. Hex color #424F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F3F is #BDB0C0. Grayscale: #494949. Windows color (decimal): -12431553 or 4149058. OLE color: 4149058.

HSL color Cylindrical-coordinate representation of color #424F3F: hue angle of 108.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424F3F is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 63 -
CMYK 0.16 0 0.20 0.69
HSL 108.75º 0.11% 0.28% -
HSV(B) 108.75º 0.2% 0.31% -
XYZ 5.94 7.11 5.76 -
YUV 73.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 66 79 63 0.16 0 0.20 0.69 108.75 0.11 0.28
Hex 42 4F 3F 10 0 14 45 6D B 1C
Octal 102 117 77 20 0 24 105 155 13 34
Binary 1000010 1001111 111111 10000 0 10100 1000101 1101101 1011 11100

Color Harmonies of #424F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F3F

Black with #424F3F

Text Example


Text Example

White with #424F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424F3F; }

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

 H1.HeaderClassName
 {
   color: #424F3F;
 }
 .AnyTagClassName
 {
   color: #424F3F;
 }
</style>

background-color css

<style>
 a { background-color: #424F3F; }

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

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

border-color css

<style>
 span { border-color: #424F3F; }

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

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