Html Css Color HEX #424938 Mallard

📋 copy color: '#424938'

red 66 ◦ green 73 ◦ blue 56

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

Shades of Mallard #424938

Tints of Mallard #424938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 56 (22.27% from 255) = 28.72%

R = 33.85%
G = 37.44%
B = 28.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#424938 (or 0x424938) is known color: Mallard. HEX triplet: 42, 49 and 38. RGB value is (66,73,56). Sum of RGB (Red+Green+Blue) = 66+73+56=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #424938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424938 is #BDB6C7. Grayscale: #454545. Windows color (decimal): -12433096 or 3688770. OLE color: 3688770.

HSL color Cylindrical-coordinate representation of color #424938: hue angle of 84.71º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #424938 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 56 -
CMYK 0.10 0 0.23 0.71
HSL 84.71º 0.13% 0.25% -
HSV(B) 84.71º 0.23% 0.29% -
XYZ 5.34 6.21 4.66 -
YUV 68.97 120.68 125.88 -
System Red Green Blue C M Y K H S L
Decimal 66 73 56 0.10 0 0.23 0.71 84.71 0.13 0.25
Hex 42 49 38 A 0 17 47 55 D 19
Octal 102 111 70 12 0 27 107 125 15 31
Binary 1000010 1001001 111000 1010 0 10111 1000111 1010101 1101 11001

Color Harmonies of #424938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424938

Black with #424938

Text Example


Text Example

White with #424938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424938; }

 p { color: rgb(66,73,56); }

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

background-color css

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

 a { background-color: rgb(66,73,56); }

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

border-color css

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

 span { border-color: rgb(66,73,56); }

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