#365245

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

Shades of Plantation #365245

Tints of Plantation #365245

Color information

#365245 (or 0x365245) is unknown color: approx Plantation. HEX triplet: 36, 52 and 45. RGB value is (54,82,69). Sum of RGB (Red+Green+Blue) = 54+82+69=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #365245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365245 is #C9ADBA. Grayscale: #484848. Windows color (decimal): -13217211 or 4543030. OLE color: 4543030.

HSL color Cylindrical-coordinate representation of color #365245: hue angle of 152.14º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365245 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB548269-
CMYK0.3400.160.68
HSL152.14º20.59%26.67%-
HSV(B)152.14º34.15%32.16%-
XYZ5.617.256.73-
YUV72.15126.22115.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.34%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=26.34%
G=40%
B=33.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482690.3400.160.68152.1420.5926.67
Hex365245220104498151b
Octal66122105420201042302533
Binary110110101001010001011000100100001000100100110001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365245; }

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

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

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

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

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

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

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

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