#366047

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

Shades of Plantation #366047

Tints of Plantation #366047

Color information

#366047 (or 0x366047) is unknown color: approx Plantation. HEX triplet: 36, 60 and 47. RGB value is (54,96,71). Sum of RGB (Red+Green+Blue) = 54+96+71=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #366047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366047 is #C99FB8. Grayscale: #505050. Windows color (decimal): -13213625 or 4677686. OLE color: 4677686.

HSL color Cylindrical-coordinate representation of color #366047: hue angle of 144.29º 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 #366047 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB549671-
CMYK0.4400.260.62
HSL144.29º28%29.41%-
HSV(B)144.29º43.75%37.65%-
XYZ6.849.67.45-
YUV80.59122.59109.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 71 (28.12% from 255) = 32.13%
R=24.43%
G=43.44%
B=32.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5496710.4400.260.62144.292829.41
Hex3660472C01A3E901c1d
Octal6614010754032762203435
Binary11011011000001000111101100011010111110100100001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366047; }

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

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

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

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

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

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

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

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