#365A47

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

Shades of Plantation #365A47

Tints of Plantation #365A47

Color information

#365A47 (or 0x365A47) is unknown color: approx Plantation. HEX triplet: 36, 5A and 47. RGB value is (54,90,71). Sum of RGB (Red+Green+Blue) = 54+90+71=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #365A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365A47 is #C9A5B8. Grayscale: #4D4D4D. Windows color (decimal): -13215161 or 4676150. OLE color: 4676150.

HSL color Cylindrical-coordinate representation of color #365A47: hue angle of 148.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A47 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB549071-
CMYK0.4000.210.65
HSL148.33º25%28.24%-
HSV(B)148.33º40%35.29%-
XYZ6.318.557.28-
YUV77.07124.57111.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 90 (35.55% from 255) = 41.86%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=25.12%
G=41.86%
B=33.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5490710.4000.210.65148.332528.24
Hex365A47280154194191c
Octal66132107500251012243134
Binary110110101101010001111010000101011000001100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365A47; }

 p { color: rgb(54,90,71); }

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

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

 a { background-color: rgb(54,90,71); }

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

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

 span { border-color: rgb(54,90,71); }

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