Html Css Color HEX #37402F Mallard

📋 copy color: '#37402F'

red 55 ◦ green 64 ◦ blue 47

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

Shades of Mallard #37402F

Tints of Mallard #37402F

RGB

 RED value IS 55 (21.88% from 255) = 33.13%

 GREEN value IS 64 (25.39% from 255) = 38.55%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 33.13%
G = 38.55%
B = 28.31%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#37402F (or 0x37402F) is known color: Mallard. HEX triplet: 37, 40 and 2F. RGB value is (55,64,47). Sum of RGB (Red+Green+Blue) = 55+64+47=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #37402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37402F is #C8BFD0. Grayscale: #3B3B3B. Windows color (decimal): -13156305 or 3096631. OLE color: 3096631.

HSL color Cylindrical-coordinate representation of color #37402F: hue angle of 91.76º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37402F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 64 47 -
CMYK 0.14 0 0.27 0.75
HSL 91.76º 0.15% 0.22% -
HSV(B) 91.76º 0.27% 0.25% -
XYZ 3.92 4.68 3.39 -
YUV 59.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 55 64 47 0.14 0 0.27 0.75 91.76 0.15 0.22
Hex 37 40 2F E 0 1B 4B 5C F 16
Octal 67 100 57 16 0 33 113 134 17 26
Binary 110111 1000000 101111 1110 0 11011 1001011 1011100 1111 10110

Color Harmonies of #37402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37402F

Black with #37402F

Text Example


Text Example

White with #37402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,64,47); }

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

background-color css

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

 a { background-color: rgb(55,64,47); }

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

border-color css

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

 span { border-color: rgb(55,64,47); }

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