#364B27

Color #364B27 Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #364B27

Tints of Mallard #364B27

Color information

#364B27 (or 0x364B27) is unknown color: approx Mallard. HEX triplet: 36, 4B and 27. RGB value is (54,75,39). Sum of RGB (Red+Green+Blue) = 54+75+39=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #364B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364B27 is #C9B4D8. Grayscale: #404040. Windows color (decimal): -13219033 or 2575158. OLE color: 2575158.

HSL color Cylindrical-coordinate representation of color #364B27: hue angle of 95º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #364B27 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB547539-
CMYK0.2800.480.71
HSL95º31.58%22.35%-
HSV(B)95º48%29.41%-
XYZ4.45.962.84-
YUV64.62113.54120.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 75 (29.69% from 255) = 44.64%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=32.14%
G=44.64%
B=23.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5475390.2800.480.719531.5822.35
Hex364B271C030475f2016
Octal6611347340601071374026
Binary11011010010111001111110001100001000111101111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364B27; }

 p { color: rgb(54,75,39); }

 H1.HeaderClassName
 {
   color: #364B27;
 }
 .AnyTagClassName
 {
   color: #364B27;
 }
</style>
background-color css

<style>
 a { background-color: #364B27; }

 a { background-color: rgb(54,75,39); }

 div.DivClassName
 {
   background-color: #364B27;
 }
 .BgClassName
 {
   background-color: #364B27;
 }
</style>
border-color css

<style>
 span { border-color: #364B27; }

 span { border-color: rgb(54,75,39); }

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