#365F47

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

Shades of Plantation #365F47

Tints of Plantation #365F47

Color information

#365F47 (or 0x365F47) is unknown color: approx Plantation. HEX triplet: 36, 5F and 47. RGB value is (54,95,71). Sum of RGB (Red+Green+Blue) = 54+95+71=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #365F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365F47 is #C9A0B8. Grayscale: #505050. Windows color (decimal): -13213881 or 4677430. OLE color: 4677430.

HSL color Cylindrical-coordinate representation of color #365F47: hue angle of 144.88º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F47 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.

Color convert

RGB549571-
CMYK0.4300.250.63
HSL144.88º27.52%29.22%-
HSV(B)144.88º43.16%37.25%-
XYZ6.759.427.42-
YUV80122.92109.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 71 (28.12% from 255) = 32.27%
R=24.55%
G=43.18%
B=32.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495710.4300.250.63144.8827.5229.22
Hex365F472B0193F911c1d
Octal6613710753031772213435
Binary11011010111111000111101011011001111111100100011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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