#365546

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

Shades of Plantation #365546

Tints of Plantation #365546

Color information

#365546 (or 0x365546) is unknown color: approx Plantation. HEX triplet: 36, 55 and 46. RGB value is (54,85,70). Sum of RGB (Red+Green+Blue) = 54+85+70=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #365546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365546 is #C9AAB9. Grayscale: #4A4A4A. Windows color (decimal): -13216442 or 4609334. OLE color: 4609334.

HSL color Cylindrical-coordinate representation of color #365546: hue angle of 150.97º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365546 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB548570-
CMYK0.3600.180.67
HSL150.97º22.3%27.25%-
HSV(B)150.97º36.47%33.33%-
XYZ5.887.726.98-
YUV74.02125.73113.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=25.84%
G=40.67%
B=33.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485700.3600.180.67150.9722.327.25
Hex365546240124397161b
Octal66125106440221032272633
Binary110110101010110001101001000100101000011100101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365546; }

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

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

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

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

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

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

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

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