Html Css Color HEX #35422A Mallard

📋 copy color: '#35422A'

red 53 ◦ green 66 ◦ blue 42

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

Shades of Mallard #35422A

Tints of Mallard #35422A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.99%

 BLUE value IS 42 (16.8% from 255) = 26.09%

R = 32.92%
G = 40.99%
B = 26.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#35422A (or 0x35422A) is known color: Mallard. HEX triplet: 35, 42 and 2A. RGB value is (53,66,42). Sum of RGB (Red+Green+Blue) = 53+66+42=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #35422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422A is #CABDD5. Grayscale: #3B3B3B. Windows color (decimal): -13286870 or 2769461. OLE color: 2769461.

HSL color Cylindrical-coordinate representation of color #35422A: hue angle of 92.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35422A is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 42 -
CMYK 0.20 0 0.36 0.74
HSL 92.5º 0.22% 0.21% -
HSV(B) 92.5º 0.36% 0.26% -
XYZ 3.83 4.82 2.92 -
YUV 59.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 53 66 42 0.20 0 0.36 0.74 92.5 0.22 0.21
Hex 35 42 2A 14 0 24 4A 5C 16 15
Octal 65 102 52 24 0 44 112 134 26 25
Binary 110101 1000010 101010 10100 0 100100 1001010 1011100 10110 10101

Color Harmonies of #35422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35422A

Black with #35422A

Text Example


Text Example

White with #35422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35422A; }

 p { color: rgb(53,66,42); }

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

background-color css

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

 a { background-color: rgb(53,66,42); }

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

border-color css

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

 span { border-color: rgb(53,66,42); }

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