#365846

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

Shades of Plantation #365846

Tints of Plantation #365846

Color information

#365846 (or 0x365846) is unknown color: approx Plantation. HEX triplet: 36, 58 and 46. RGB value is (54,88,70). Sum of RGB (Red+Green+Blue) = 54+88+70=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #365846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365846 is #C9A7B9. Grayscale: #4B4B4B. Windows color (decimal): -13215674 or 4610102. OLE color: 4610102.

HSL color Cylindrical-coordinate representation of color #365846: hue angle of 148.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365846 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB548870-
CMYK0.3900.200.65
HSL148.24º23.94%27.84%-
HSV(B)148.24º38.64%34.51%-
XYZ6.128.217.06-
YUV75.78124.74112.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.47%
GREEN value IS 88 (34.77% from 255) = 41.51%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=25.47%
G=41.51%
B=33.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488700.3900.200.65148.2423.9427.84
Hex365846270144194181c
Octal66130106470241012243034
Binary110110101100010001101001110101001000001100101001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365846; }

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

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

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

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

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

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

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

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