#365346

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

Shades of Plantation #365346

Tints of Plantation #365346

Color information

#365346 (or 0x365346) is unknown color: approx Plantation. HEX triplet: 36, 53 and 46. RGB value is (54,83,70). Sum of RGB (Red+Green+Blue) = 54+83+70=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #365346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365346 is #C9ACB9. Grayscale: #484848. Windows color (decimal): -13216954 or 4608822. OLE color: 4608822.

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

Color convert

RGB548370-
CMYK0.3500.160.67
HSL153.1º21.17%26.86%-
HSV(B)153.1º34.94%32.55%-
XYZ5.727.416.92-
YUV72.85126.39114.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.09%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=26.09%
G=40.10%
B=33.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483700.3500.160.67153.121.1726.86
Hex365346230104399151b
Octal66123106430201032312533
Binary110110101001110001101000110100001000011100110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365346; }

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

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

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

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

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

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

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

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