Html Css Color HEX #36541E Mallard

📋 copy color: '#36541E'

red 54 ◦ green 84 ◦ blue 30

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

Shades of Mallard #36541E

Tints of Mallard #36541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50%

 BLUE value IS 30 (12.11% from 255) = 17.86%

R = 32.14%
G = 50%
B = 17.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#36541E (or 0x36541E) is known color: Mallard. HEX triplet: 36, 54 and 1E. RGB value is (54,84,30). Sum of RGB (Red+Green+Blue) = 54+84+30=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 84 (33.20% from 255 or 50% from 168); Blue value is 30 (12.11% from 255 or 17.86% from 168); Max value from RGB is 84 - color contains mainly: green. Hex color #36541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36541E is #C9ABE1. Grayscale: #454545. Windows color (decimal): -13216738 or 1987638. OLE color: 1987638.

HSL color Cylindrical-coordinate representation of color #36541E: hue angle of 93.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36541E is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 30 -
CMYK 0.36 0 0.64 0.67
HSL 93.33º 0.47% 0.22% -
HSV(B) 93.33º 0.64% 0.33% -
XYZ 4.93 7.22 2.36 -
YUV 68.87 106.06 117.39 -
System Red Green Blue C M Y K H S L
Decimal 54 84 30 0.36 0 0.64 0.67 93.33 0.47 0.22
Hex 36 54 1E 24 0 40 43 5D 2F 16
Octal 66 124 36 44 0 100 103 135 57 26
Binary 110110 1010100 11110 100100 0 1000000 1000011 1011101 101111 10110

Color Harmonies of #36541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36541E

Black with #36541E

Text Example


Text Example

White with #36541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36541E; }

 p { color: rgb(54,84,30); }

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

background-color css

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

 a { background-color: rgb(54,84,30); }

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

border-color css

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

 span { border-color: rgb(54,84,30); }

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