#365644

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

Shades of Plantation #365644

Tints of Plantation #365644

Color information

#365644 (or 0x365644) is unknown color: approx Plantation. HEX triplet: 36, 56 and 44. RGB value is (54,86,68). Sum of RGB (Red+Green+Blue) = 54+86+68=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #365644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365644 is #C9A9BB. Grayscale: #4A4A4A. Windows color (decimal): -13216188 or 4478518. OLE color: 4478518.

HSL color Cylindrical-coordinate representation of color #365644: hue angle of 146.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365644 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB548668-
CMYK0.3700.210.66
HSL146.25º22.86%27.45%-
HSV(B)146.25º37.21%33.73%-
XYZ5.897.866.67-
YUV74.38124.4113.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 86 (33.98% from 255) = 41.35%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=25.96%
G=41.35%
B=32.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486680.3700.210.66146.2522.8627.45
Hex365644250154292171b
Octal66126104450251022222733
Binary110110101011010001001001010101011000010100100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365644; }

 p { color: rgb(54,86,68); }

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

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

 a { background-color: rgb(54,86,68); }

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

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

 span { border-color: rgb(54,86,68); }

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