Html Css Color HEX #424F38 Mallard

📋 copy color: '#424F38'

red 66 ◦ green 79 ◦ blue 56

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

Shades of Mallard #424F38

Tints of Mallard #424F38

RGB

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

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

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

R = 32.84%
G = 39.3%
B = 27.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#424F38 (or 0x424F38) is known color: Mallard. HEX triplet: 42, 4F and 38. RGB value is (66,79,56). Sum of RGB (Red+Green+Blue) = 66+79+56=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 79 - color contains mainly: green. Hex color #424F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F38 is #BDB0C7. Grayscale: #484848. Windows color (decimal): -12431560 or 3690306. OLE color: 3690306.

HSL color Cylindrical-coordinate representation of color #424F38: hue angle of 93.91º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #424F38 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 79 56 -
CMYK 0.16 0 0.29 0.69
HSL 93.91º 0.17% 0.26% -
HSV(B) 93.91º 0.29% 0.31% -
XYZ 5.76 7.04 4.8 -
YUV 72.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 66 79 56 0.16 0 0.29 0.69 93.91 0.17 0.26
Hex 42 4F 38 10 0 1D 45 5E 11 1A
Octal 102 117 70 20 0 35 105 136 21 32
Binary 1000010 1001111 111000 10000 0 11101 1000101 1011110 10001 11010

Color Harmonies of #424F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F38

Black with #424F38

Text Example


Text Example

White with #424F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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