Html Css Color HEX #374C27 Mallard

📋 copy color: '#374C27'

red 55 ◦ green 76 ◦ blue 39

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

Shades of Mallard #374C27

Tints of Mallard #374C27

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.71%

 BLUE value IS 39 (15.63% from 255) = 22.94%

R = 32.35%
G = 44.71%
B = 22.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#374C27 (or 0x374C27) is known color: Mallard. HEX triplet: 37, 4C and 27. RGB value is (55,76,39). Sum of RGB (Red+Green+Blue) = 55+76+39=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #374C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374C27 is #C8B3D8. Grayscale: #414141. Windows color (decimal): -13153241 or 2575415. OLE color: 2575415.

HSL color Cylindrical-coordinate representation of color #374C27: hue angle of 94.05º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374C27 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 76 39 -
CMYK 0.28 0 0.49 0.70
HSL 94.05º 0.32% 0.23% -
HSV(B) 94.05º 0.49% 0.3% -
XYZ 4.53 6.13 2.86 -
YUV 65.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 55 76 39 0.28 0 0.49 0.70 94.05 0.32 0.23
Hex 37 4C 27 1C 0 31 46 5E 20 17
Octal 67 114 47 34 0 61 106 136 40 27
Binary 110111 1001100 100111 11100 0 110001 1000110 1011110 100000 10111

Color Harmonies of #374C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374C27

Black with #374C27

Text Example


Text Example

White with #374C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374C27; }

 p { color: rgb(55,76,39); }

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

background-color css

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

 a { background-color: rgb(55,76,39); }

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

border-color css

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

 span { border-color: rgb(55,76,39); }

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