Html Css Color HEX #354528 Mallard

📋 copy color: '#354528'

red 53 ◦ green 69 ◦ blue 40

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

Shades of Mallard #354528

Tints of Mallard #354528

RGB

 RED value IS 53 (21.09% from 255) = 32.72%

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

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

R = 32.72%
G = 42.59%
B = 24.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.73

RGB Variations

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

Color information

#354528 (or 0x354528) is known color: Mallard. HEX triplet: 35, 45 and 28. RGB value is (53,69,40). Sum of RGB (Red+Green+Blue) = 53+69+40=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 69 - color contains mainly: green. Hex color #354528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354528 is #CABAD7. Grayscale: #3D3D3D. Windows color (decimal): -13286104 or 2639157. OLE color: 2639157.

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

Color convert

RGB 53 69 40 -
CMYK 0.23 0 0.42 0.73
HSL 93.1º 0.27% 0.21% -
HSV(B) 93.1º 0.42% 0.27% -
XYZ 3.98 5.17 2.79 -
YUV 60.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 53 69 40 0.23 0 0.42 0.73 93.1 0.27 0.21
Hex 35 45 28 17 0 2A 49 5D 1B 15
Octal 65 105 50 27 0 52 111 135 33 25
Binary 110101 1000101 101000 10111 0 101010 1001001 1011101 11011 10101

Color Harmonies of #354528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354528

Black with #354528

Text Example


Text Example

White with #354528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354528; }

 p { color: rgb(53,69,40); }

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

background-color css

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

 a { background-color: rgb(53,69,40); }

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

border-color css

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

 span { border-color: rgb(53,69,40); }

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