Html Css Color HEX #334725 Mallard

📋 copy color: '#334725'

red 51 ◦ green 71 ◦ blue 37

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

Shades of Mallard #334725

Tints of Mallard #334725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.65%

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

R = 32.08%
G = 44.65%
B = 23.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#334725 (or 0x334725) is known color: Mallard. HEX triplet: 33, 47 and 25. RGB value is (51,71,37). Sum of RGB (Red+Green+Blue) = 51+71+37=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #334725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334725 is #CCB8DA. Grayscale: #3D3D3D. Windows color (decimal): -13416667 or 2443059. OLE color: 2443059.

HSL color Cylindrical-coordinate representation of color #334725: hue angle of 95.29º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #334725 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 71 37 -
CMYK 0.28 0 0.48 0.72
HSL 95.29º 0.31% 0.21% -
HSV(B) 95.29º 0.48% 0.28% -
XYZ 3.95 5.34 2.57 -
YUV 61.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 51 71 37 0.28 0 0.48 0.72 95.29 0.31 0.21
Hex 33 47 25 1C 0 30 48 5F 1F 15
Octal 63 107 45 34 0 60 110 137 37 25
Binary 110011 1000111 100101 11100 0 110000 1001000 1011111 11111 10101

Color Harmonies of #334725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334725

Black with #334725

Text Example


Text Example

White with #334725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334725; }

 p { color: rgb(51,71,37); }

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

background-color css

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

 a { background-color: rgb(51,71,37); }

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

border-color css

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

 span { border-color: rgb(51,71,37); }

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