Html Css Color HEX #374330 Mallard

📋 copy color: '#374330'

red 55 ◦ green 67 ◦ blue 48

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

Shades of Mallard #374330

Tints of Mallard #374330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.41%

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

R = 32.35%
G = 39.41%
B = 28.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#374330 (or 0x374330) is known color: Mallard. HEX triplet: 37, 43 and 30. RGB value is (55,67,48). Sum of RGB (Red+Green+Blue) = 55+67+48=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #374330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374330 is #C8BCCF. Grayscale: #3D3D3D. Windows color (decimal): -13155536 or 3162935. OLE color: 3162935.

HSL color Cylindrical-coordinate representation of color #374330: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #374330 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 67 48 -
CMYK 0.18 0 0.28 0.74
HSL 97.89º 0.17% 0.23% -
HSV(B) 97.89º 0.28% 0.26% -
XYZ 4.12 5.04 3.55 -
YUV 61.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 55 67 48 0.18 0 0.28 0.74 97.89 0.17 0.23
Hex 37 43 30 12 0 1C 4A 62 11 17
Octal 67 103 60 22 0 34 112 142 21 27
Binary 110111 1000011 110000 10010 0 11100 1001010 1100010 10001 10111

Color Harmonies of #374330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374330

Black with #374330

Text Example


Text Example

White with #374330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374330; }

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

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

background-color css

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

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

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

border-color css

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

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

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