Html Css Color HEX #35422B Mallard

📋 copy color: '#35422B'

red 53 ◦ green 66 ◦ blue 43

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

Shades of Mallard #35422B

Tints of Mallard #35422B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.54%

R = 32.72%
G = 40.74%
B = 26.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#35422B (or 0x35422B) is known color: Mallard. HEX triplet: 35, 42 and 2B. RGB value is (53,66,43). Sum of RGB (Red+Green+Blue) = 53+66+43=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #35422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422B is #CABDD4. Grayscale: #3B3B3B. Windows color (decimal): -13286869 or 2834997. OLE color: 2834997.

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

Color convert

RGB 53 66 43 -
CMYK 0.20 0 0.35 0.74
HSL 93.91º 0.21% 0.21% -
HSV(B) 93.91º 0.35% 0.26% -
XYZ 3.85 4.83 3.01 -
YUV 59.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 53 66 43 0.20 0 0.35 0.74 93.91 0.21 0.21
Hex 35 42 2B 14 0 23 4A 5E 15 15
Octal 65 102 53 24 0 43 112 136 25 25
Binary 110101 1000010 101011 10100 0 100011 1001010 1011110 10101 10101

Color Harmonies of #35422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35422B

Black with #35422B

Text Example


Text Example

White with #35422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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