Html Css Color HEX #374130 Mallard

📋 copy color: '#374130'

red 55 ◦ green 65 ◦ blue 48

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

Shades of Mallard #374130

Tints of Mallard #374130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

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

R = 32.74%
G = 38.69%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#374130 (or 0x374130) is known color: Mallard. HEX triplet: 37, 41 and 30. RGB value is (55,65,48). Sum of RGB (Red+Green+Blue) = 55+65+48=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #374130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374130 is #C8BECF. Grayscale: #3C3C3C. Windows color (decimal): -13156048 or 3162423. OLE color: 3162423.

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

Color convert

RGB 55 65 48 -
CMYK 0.15 0 0.26 0.75
HSL 95.29º 0.15% 0.22% -
HSV(B) 95.29º 0.26% 0.25% -
XYZ 4 4.81 3.51 -
YUV 60.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 55 65 48 0.15 0 0.26 0.75 95.29 0.15 0.22
Hex 37 41 30 F 0 1A 4B 5F F 16
Octal 67 101 60 17 0 32 113 137 17 26
Binary 110111 1000001 110000 1111 0 11010 1001011 1011111 1111 10110

Color Harmonies of #374130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374130

Black with #374130

Text Example


Text Example

White with #374130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374130; }

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

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

background-color css

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

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

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

border-color css

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

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

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