Html Css Color HEX #374030 Mallard

📋 copy color: '#374030'

red 55 ◦ green 64 ◦ blue 48

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

Shades of Mallard #374030

Tints of Mallard #374030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.74%

R = 32.93%
G = 38.32%
B = 28.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#374030 (or 0x374030) is known color: Mallard. HEX triplet: 37, 40 and 30. RGB value is (55,64,48). Sum of RGB (Red+Green+Blue) = 55+64+48=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #374030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374030 is #C8BFCF. Grayscale: #3B3B3B. Windows color (decimal): -13156304 or 3162167. OLE color: 3162167.

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

Color convert

RGB 55 64 48 -
CMYK 0.14 0 0.25 0.75
HSL 93.75º 0.14% 0.22% -
HSV(B) 93.75º 0.25% 0.25% -
XYZ 3.94 4.69 3.49 -
YUV 59.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 55 64 48 0.14 0 0.25 0.75 93.75 0.14 0.22
Hex 37 40 30 E 0 19 4B 5E E 16
Octal 67 100 60 16 0 31 113 136 16 26
Binary 110111 1000000 110000 1110 0 11001 1001011 1011110 1110 10110

Color Harmonies of #374030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374030

Black with #374030

Text Example


Text Example

White with #374030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374030; }

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

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

background-color css

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

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

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

border-color css

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

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

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