#365545

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

Shades of Plantation #365545

Tints of Plantation #365545

Color information

#365545 (or 0x365545) is unknown color: approx Plantation. HEX triplet: 36, 55 and 45. RGB value is (54,85,69). Sum of RGB (Red+Green+Blue) = 54+85+69=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #365545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365545 is #C9AABA. Grayscale: #494949. Windows color (decimal): -13216443 or 4543798. OLE color: 4543798.

HSL color Cylindrical-coordinate representation of color #365545: hue angle of 149.03º 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 #365545 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB548569-
CMYK0.3600.190.67
HSL149.03º22.3%27.25%-
HSV(B)149.03º36.47%33.33%-
XYZ5.847.716.81-
YUV73.91125.23113.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 69 (27.34% from 255) = 33.17%
R=25.96%
G=40.87%
B=33.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5485690.3600.190.67149.0322.327.25
Hex365545240134395161b
Octal66125105440231032252633
Binary110110101010110001011001000100111000011100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365545; }

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

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

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

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

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

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

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

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