Html Css Color HEX #36462B Mallard

📋 copy color: '#36462B'

red 54 ◦ green 70 ◦ blue 43

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

Shades of Mallard #36462B

Tints of Mallard #36462B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

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

R = 32.34%
G = 41.92%
B = 25.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#36462B (or 0x36462B) is known color: Mallard. HEX triplet: 36, 46 and 2B. RGB value is (54,70,43). Sum of RGB (Red+Green+Blue) = 54+70+43=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #36462B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36462B is #C9B9D4. Grayscale: #3E3E3E. Windows color (decimal): -13220309 or 2836022. OLE color: 2836022.

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

Color convert

RGB 54 70 43 -
CMYK 0.23 0 0.39 0.73
HSL 95.56º 0.24% 0.22% -
HSV(B) 95.56º 0.39% 0.27% -
XYZ 4.15 5.34 3.1 -
YUV 62.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 54 70 43 0.23 0 0.39 0.73 95.56 0.24 0.22
Hex 36 46 2B 17 0 27 49 60 18 16
Octal 66 106 53 27 0 47 111 140 30 26
Binary 110110 1000110 101011 10111 0 100111 1001001 1100000 11000 10110

Color Harmonies of #36462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36462B

Black with #36462B

Text Example


Text Example

White with #36462B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,70,43); }

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

background-color css

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

 a { background-color: rgb(54,70,43); }

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

border-color css

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

 span { border-color: rgb(54,70,43); }

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