#365D47

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

Shades of Plantation #365D47

Tints of Plantation #365D47

Color information

#365D47 (or 0x365D47) is unknown color: approx Plantation. HEX triplet: 36, 5D and 47. RGB value is (54,93,71). Sum of RGB (Red+Green+Blue) = 54+93+71=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #365D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D47 is #C9A2B8. Grayscale: #4E4E4E. Windows color (decimal): -13214393 or 4676918. OLE color: 4676918.

HSL color Cylindrical-coordinate representation of color #365D47: hue angle of 146.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D47 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB549371-
CMYK0.4200.240.64
HSL146.15º26.53%28.82%-
HSV(B)146.15º41.94%36.47%-
XYZ6.579.077.37-
YUV78.83123.58110.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 93 (36.72% from 255) = 42.66%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=24.77%
G=42.66%
B=32.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493710.4200.240.64146.1526.5328.82
Hex365D472A01840921b1d
Octal66135107520301002223335
Binary110110101110110001111010100110001000000100100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D47; }

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

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

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

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

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

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

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

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