#365848

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

Shades of Plantation #365848

Tints of Plantation #365848

Color information

#365848 (or 0x365848) is unknown color: approx Plantation. HEX triplet: 36, 58 and 48. RGB value is (54,88,72). Sum of RGB (Red+Green+Blue) = 54+88+72=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #365848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365848 is #C9A7B7. Grayscale: #4C4C4C. Windows color (decimal): -13215672 or 4741174. OLE color: 4741174.

HSL color Cylindrical-coordinate representation of color #365848: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365848 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB548872-
CMYK0.3900.180.65
HSL151.76º23.94%27.84%-
HSV(B)151.76º38.64%34.51%-
XYZ6.188.237.39-
YUV76.01125.74112.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=25.23%
G=41.12%
B=33.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488720.3900.180.65151.7623.9427.84
Hex365848270124198181c
Octal66130110470221012303034
Binary110110101100010010001001110100101000001100110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365848; }

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

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

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

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

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

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

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

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