#365345

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

Shades of Plantation #365345

Tints of Plantation #365345

Color information

#365345 (or 0x365345) is unknown color: approx Plantation. HEX triplet: 36, 53 and 45. RGB value is (54,83,69). Sum of RGB (Red+Green+Blue) = 54+83+69=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #365345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365345 is #C9ACBA. Grayscale: #484848. Windows color (decimal): -13216955 or 4543286. OLE color: 4543286.

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

Color convert

RGB548369-
CMYK0.3500.170.67
HSL151.03º21.17%26.86%-
HSV(B)151.03º34.94%32.55%-
XYZ5.697.46.76-
YUV72.73125.89114.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.21%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 69 (27.34% from 255) = 33.50%
R=26.21%
G=40.29%
B=33.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5483690.3500.170.67151.0321.1726.86
Hex365345230114397151b
Octal66123105430211032272533
Binary110110101001110001011000110100011000011100101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365345; }

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

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

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

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

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

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

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

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