#365446

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

Shades of Plantation #365446

Tints of Plantation #365446

Color information

#365446 (or 0x365446) is unknown color: approx Plantation. HEX triplet: 36, 54 and 46. RGB value is (54,84,70). Sum of RGB (Red+Green+Blue) = 54+84+70=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #365446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365446 is #C9ABB9. Grayscale: #494949. Windows color (decimal): -13216698 or 4609078. OLE color: 4609078.

HSL color Cylindrical-coordinate representation of color #365446: hue angle of 152º 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 #365446 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB548470-
CMYK0.3600.170.67
HSL152º21.74%27.06%-
HSV(B)152º35.71%32.94%-
XYZ5.87.576.95-
YUV73.43126.06114.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=25.96%
G=40.38%
B=33.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484700.3600.170.6715221.7427.06
Hex365446240114398161b
Octal66124106440211032302633
Binary110110101010010001101001000100011000011100110001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365446; }

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

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

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

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

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

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

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

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