Html Css Color HEX #36422F Mallard

📋 copy color: '#36422F'

red 54 ◦ green 66 ◦ blue 47

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

Shades of Mallard #36422F

Tints of Mallard #36422F

RGB

 RED value IS 54 (21.48% from 255) = 32.34%

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 32.34%
G = 39.52%
B = 28.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#36422F (or 0x36422F) is known color: Mallard. HEX triplet: 36, 42 and 2F. RGB value is (54,66,47). Sum of RGB (Red+Green+Blue) = 54+66+47=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #36422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36422F is #C9BDD0. Grayscale: #3C3C3C. Windows color (decimal): -13221329 or 3097142. OLE color: 3097142.

HSL color Cylindrical-coordinate representation of color #36422F: hue angle of 97.89º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36422F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 47 -
CMYK 0.18 0 0.29 0.74
HSL 97.89º 0.17% 0.22% -
HSV(B) 97.89º 0.29% 0.26% -
XYZ 3.98 4.89 3.42 -
YUV 60.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 54 66 47 0.18 0 0.29 0.74 97.89 0.17 0.22
Hex 36 42 2F 12 0 1D 4A 62 11 16
Octal 66 102 57 22 0 35 112 142 21 26
Binary 110110 1000010 101111 10010 0 11101 1001010 1100010 10001 10110

Color Harmonies of #36422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36422F

Black with #36422F

Text Example


Text Example

White with #36422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36422F; }

 p { color: rgb(54,66,47); }

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

background-color css

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

 a { background-color: rgb(54,66,47); }

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

border-color css

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

 span { border-color: rgb(54,66,47); }

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