#366046

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

Shades of Plantation #366046

Tints of Plantation #366046

Color information

#366046 (or 0x366046) is unknown color: approx Plantation. HEX triplet: 36, 60 and 46. RGB value is (54,96,70). Sum of RGB (Red+Green+Blue) = 54+96+70=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 96 - color contains mainly: green. Hex color #366046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366046 is #C99FB9. Grayscale: #505050. Windows color (decimal): -13213626 or 4612150. OLE color: 4612150.

HSL color Cylindrical-coordinate representation of color #366046: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366046 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB549670-
CMYK0.4400.270.62
HSL142.86º28%29.41%-
HSV(B)142.86º43.75%37.65%-
XYZ6.819.597.29-
YUV80.48122.09109.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=24.55%
G=43.64%
B=31.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496700.4400.270.62142.862829.41
Hex3660462C01B3E8f1c1d
Octal6614010654033762173435
Binary11011011000001000110101100011011111110100011111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366046; }

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

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

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

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

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

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

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

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