Html Css Color HEX #334428 Mallard

📋 copy color: '#334428'

red 51 ◦ green 68 ◦ blue 40

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

Shades of Mallard #334428

Tints of Mallard #334428

RGB

 RED value IS 51 (20.31% from 255) = 32.08%

 GREEN value IS 68 (26.95% from 255) = 42.77%

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 32.08%
G = 42.77%
B = 25.16%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#334428 (or 0x334428) is known color: Mallard. HEX triplet: 33, 44 and 28. RGB value is (51,68,40). Sum of RGB (Red+Green+Blue) = 51+68+40=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 68 (26.95% from 255 or 42.77% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 68 - color contains mainly: green. Hex color #334428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334428 is #CCBBD7. Grayscale: #3B3B3B. Windows color (decimal): -13417432 or 2638899. OLE color: 2638899.

HSL color Cylindrical-coordinate representation of color #334428: hue angle of 96.43º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #334428 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 40 -
CMYK 0.25 0 0.41 0.73
HSL 96.43º 0.26% 0.21% -
HSV(B) 96.43º 0.41% 0.27% -
XYZ 3.82 4.99 2.77 -
YUV 59.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 51 68 40 0.25 0 0.41 0.73 96.43 0.26 0.21
Hex 33 44 28 19 0 29 49 60 1A 15
Octal 63 104 50 31 0 51 111 140 32 25
Binary 110011 1000100 101000 11001 0 101001 1001001 1100000 11010 10101

Color Harmonies of #334428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334428

Black with #334428

Text Example


Text Example

White with #334428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334428; }

 p { color: rgb(51,68,40); }

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

background-color css

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

 a { background-color: rgb(51,68,40); }

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

border-color css

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

 span { border-color: rgb(51,68,40); }

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