Html Css Color HEX #334527 Mallard

📋 copy color: '#334527'

red 51 ◦ green 69 ◦ blue 39

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

Shades of Mallard #334527

Tints of Mallard #334527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

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

R = 32.08%
G = 43.4%
B = 24.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#334527 (or 0x334527) is known color: Mallard. HEX triplet: 33, 45 and 27. RGB value is (51,69,39). Sum of RGB (Red+Green+Blue) = 51+69+39=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 39 (15.62% from 255 or 24.53% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #334527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334527 is #CCBAD8. Grayscale: #3C3C3C. Windows color (decimal): -13417177 or 2573619. OLE color: 2573619.

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

Color convert

RGB 51 69 39 -
CMYK 0.26 0 0.43 0.73
HSL 96º 0.28% 0.21% -
HSV(B) 96º 0.43% 0.27% -
XYZ 3.86 5.11 2.7 -
YUV 60.2 116.04 121.44 -
System Red Green Blue C M Y K H S L
Decimal 51 69 39 0.26 0 0.43 0.73 96 0.28 0.21
Hex 33 45 27 1A 0 2B 49 60 1C 15
Octal 63 105 47 32 0 53 111 140 34 25
Binary 110011 1000101 100111 11010 0 101011 1001001 1100000 11100 10101

Color Harmonies of #334527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334527

Black with #334527

Text Example


Text Example

White with #334527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334527; }

 p { color: rgb(51,69,39); }

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

background-color css

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

 a { background-color: rgb(51,69,39); }

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

border-color css

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

 span { border-color: rgb(51,69,39); }

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