#365D46

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

Shades of Plantation #365D46

Tints of Plantation #365D46

Color information

#365D46 (or 0x365D46) is unknown color: approx Plantation. HEX triplet: 36, 5D and 46. RGB value is (54,93,70). Sum of RGB (Red+Green+Blue) = 54+93+70=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #365D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D46 is #C9A2B9. Grayscale: #4E4E4E. Windows color (decimal): -13214394 or 4611382. OLE color: 4611382.

HSL color Cylindrical-coordinate representation of color #365D46: hue angle of 144.62º 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 #365D46 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB549370-
CMYK0.4200.250.64
HSL144.62º26.53%28.82%-
HSV(B)144.62º41.94%36.47%-
XYZ6.549.067.2-
YUV78.72123.08110.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 93 (36.72% from 255) = 42.86%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=24.88%
G=42.86%
B=32.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493700.4200.250.64144.6226.5328.82
Hex365D462A01940911b1d
Octal66135106520311002213335
Binary110110101110110001101010100110011000000100100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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