Html Css Color HEX #374F25 Mallard

📋 copy color: '#374F25'

red 55 ◦ green 79 ◦ blue 37

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

Shades of Mallard #374F25

Tints of Mallard #374F25

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.2%

 BLUE value IS 37 (14.84% from 255) = 21.64%

R = 32.16%
G = 46.2%
B = 21.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.69

RGB Variations

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

Color information

#374F25 (or 0x374F25) is known color: Mallard. HEX triplet: 37, 4F and 25. RGB value is (55,79,37). Sum of RGB (Red+Green+Blue) = 55+79+37=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 79 - color contains mainly: green. Hex color #374F25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F25 is #C8B0DA. Grayscale: #434343. Windows color (decimal): -13152475 or 2445111. OLE color: 2445111.

HSL color Cylindrical-coordinate representation of color #374F25: hue angle of 94.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374F25 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 79 37 -
CMYK 0.30 0 0.53 0.69
HSL 94.29º 0.36% 0.23% -
HSV(B) 94.29º 0.53% 0.31% -
XYZ 4.71 6.54 2.76 -
YUV 67.04 111.05 119.42 -
System Red Green Blue C M Y K H S L
Decimal 55 79 37 0.30 0 0.53 0.69 94.29 0.36 0.23
Hex 37 4F 25 1E 0 35 45 5E 24 17
Octal 67 117 45 36 0 65 105 136 44 27
Binary 110111 1001111 100101 11110 0 110101 1000101 1011110 100100 10111

Color Harmonies of #374F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374F25

Black with #374F25

Text Example


Text Example

White with #374F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,79,37); }

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

background-color css

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

 a { background-color: rgb(55,79,37); }

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

border-color css

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

 span { border-color: rgb(55,79,37); }

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