#366148

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

Shades of Plantation #366148

Tints of Plantation #366148

Color information

#366148 (or 0x366148) is unknown color: approx Plantation. HEX triplet: 36, 61 and 48. RGB value is (54,97,72). Sum of RGB (Red+Green+Blue) = 54+97+72=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #366148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366148 is #C99EB7. Grayscale: #515151. Windows color (decimal): -13213368 or 4743478. OLE color: 4743478.

HSL color Cylindrical-coordinate representation of color #366148: hue angle of 145.12º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366148 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB549772-
CMYK0.4400.260.62
HSL145.12º28.48%29.61%-
HSV(B)145.12º44.33%38.04%-
XYZ6.979.87.66-
YUV81.29122.75108.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.22%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 72 (28.52% from 255) = 32.29%
R=24.22%
G=43.50%
B=32.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497720.4400.260.62145.1228.4829.61
Hex3661482C01A3E911c1e
Octal6614111054032762213436
Binary11011011000011001000101100011010111110100100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366148; }

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

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

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

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

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

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

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

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