#365D48

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

Shades of Plantation #365D48

Tints of Plantation #365D48

Color information

#365D48 (or 0x365D48) is unknown color: approx Plantation. HEX triplet: 36, 5D and 48. RGB value is (54,93,72). Sum of RGB (Red+Green+Blue) = 54+93+72=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #365D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365D48 is #C9A2B7. Grayscale: #4E4E4E. Windows color (decimal): -13214392 or 4742454. OLE color: 4742454.

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

Color convert

RGB549372-
CMYK0.4200.230.64
HSL147.69º26.53%28.82%-
HSV(B)147.69º41.94%36.47%-
XYZ6.619.087.54-
YUV78.94124.08110.21-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 93 (36.72% from 255) = 42.47%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=24.66%
G=42.47%
B=32.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493720.4200.230.64147.6926.5328.82
Hex365D482A01740941b1d
Octal66135110520271002243335
Binary110110101110110010001010100101111000000100101001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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