Html Css Color HEX #374D27 Mallard

📋 copy color: '#374D27'

red 55 ◦ green 77 ◦ blue 39

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

Shades of Mallard #374D27

Tints of Mallard #374D27

RGB

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

 GREEN value IS 77 (30.47% from 255) = 45.03%

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

R = 32.16%
G = 45.03%
B = 22.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#374D27 (or 0x374D27) is known color: Mallard. HEX triplet: 37, 4D and 27. RGB value is (55,77,39). Sum of RGB (Red+Green+Blue) = 55+77+39=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #374D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D27 is #C8B2D8. Grayscale: #424242. Windows color (decimal): -13152985 or 2575671. OLE color: 2575671.

HSL color Cylindrical-coordinate representation of color #374D27: hue angle of 94.74º degrees, saturation: 0.33, 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 #374D27 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 77 39 -
CMYK 0.29 0 0.49 0.70
HSL 94.74º 0.33% 0.23% -
HSV(B) 94.74º 0.49% 0.3% -
XYZ 4.6 6.27 2.89 -
YUV 66.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 55 77 39 0.29 0 0.49 0.70 94.74 0.33 0.23
Hex 37 4D 27 1D 0 31 46 5F 21 17
Octal 67 115 47 35 0 61 106 137 41 27
Binary 110111 1001101 100111 11101 0 110001 1000110 1011111 100001 10111

Color Harmonies of #374D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374D27

Black with #374D27

Text Example


Text Example

White with #374D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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