Html Css Color HEX #424B37 Mallard

📋 copy color: '#424B37'

red 66 ◦ green 75 ◦ blue 55

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

Shades of Mallard #424B37

Tints of Mallard #424B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.27%

 BLUE value IS 55 (21.88% from 255) = 28.06%

R = 33.67%
G = 38.27%
B = 28.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#424B37 (or 0x424B37) is known color: Mallard. HEX triplet: 42, 4B and 37. RGB value is (66,75,55). Sum of RGB (Red+Green+Blue) = 66+75+55=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #424B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B37 is #BDB4C8. Grayscale: #464646. Windows color (decimal): -12432585 or 3623746. OLE color: 3623746.

HSL color Cylindrical-coordinate representation of color #424B37: hue angle of 87º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424B37 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 75 55 -
CMYK 0.12 0 0.27 0.71
HSL 87º 0.15% 0.25% -
HSV(B) 87º 0.27% 0.29% -
XYZ 5.45 6.47 4.58 -
YUV 70.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 66 75 55 0.12 0 0.27 0.71 87 0.15 0.25
Hex 42 4B 37 C 0 1B 47 57 F 19
Octal 102 113 67 14 0 33 107 127 17 31
Binary 1000010 1001011 110111 1100 0 11011 1000111 1010111 1111 11001

Color Harmonies of #424B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B37

Black with #424B37

Text Example


Text Example

White with #424B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,75,55); }

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

background-color css

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

 a { background-color: rgb(66,75,55); }

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

border-color css

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

 span { border-color: rgb(66,75,55); }

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