Html Css Color HEX #374A27 Mallard

📋 copy color: '#374A27'

red 55 ◦ green 74 ◦ blue 39

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

Shades of Mallard #374A27

Tints of Mallard #374A27

RGB

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

 GREEN value IS 74 (29.3% from 255) = 44.05%

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

R = 32.74%
G = 44.05%
B = 23.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#374A27 (or 0x374A27) is known color: Mallard. HEX triplet: 37, 4A and 27. RGB value is (55,74,39). Sum of RGB (Red+Green+Blue) = 55+74+39=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 74 (29.30% from 255 or 44.05% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 74 - color contains mainly: green. Hex color #374A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374A27 is #C8B5D8. Grayscale: #404040. Windows color (decimal): -13153753 or 2574903. OLE color: 2574903.

HSL color Cylindrical-coordinate representation of color #374A27: hue angle of 92.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374A27 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 74 39 -
CMYK 0.26 0 0.47 0.71
HSL 92.57º 0.31% 0.22% -
HSV(B) 92.57º 0.47% 0.29% -
XYZ 4.39 5.86 2.82 -
YUV 64.33 113.71 121.35 -
System Red Green Blue C M Y K H S L
Decimal 55 74 39 0.26 0 0.47 0.71 92.57 0.31 0.22
Hex 37 4A 27 1A 0 2F 47 5D 1F 16
Octal 67 112 47 32 0 57 107 135 37 26
Binary 110111 1001010 100111 11010 0 101111 1000111 1011101 11111 10110

Color Harmonies of #374A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374A27

Black with #374A27

Text Example


Text Example

White with #374A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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