#365445

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

Shades of Plantation #365445

Tints of Plantation #365445

Color information

#365445 (or 0x365445) is unknown color: approx Plantation. HEX triplet: 36, 54 and 45. RGB value is (54,84,69). Sum of RGB (Red+Green+Blue) = 54+84+69=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 84 - color contains mainly: green. Hex color #365445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365445 is #C9ABBA. Grayscale: #494949. Windows color (decimal): -13216699 or 4543542. OLE color: 4543542.

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

Color convert

RGB548469-
CMYK0.3600.180.67
HSL150º21.74%27.06%-
HSV(B)150º35.71%32.94%-
XYZ5.777.556.78-
YUV73.32125.56114.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=26.09%
G=40.58%
B=33.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484690.3600.180.6715021.7427.06
Hex365445240124396161b
Octal66124105440221032262633
Binary110110101010010001011001000100101000011100101101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365445; }

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

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

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

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

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

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

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

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