#386149

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

Shades of Plantation #386149

Tints of Plantation #386149

Color information

#386149 (or 0x386149) is unknown color: approx Plantation. HEX triplet: 38, 61 and 49. RGB value is (56,97,73). Sum of RGB (Red+Green+Blue) = 56+97+73=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #386149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386149 is #C79EB6. Grayscale: #525252. Windows color (decimal): -13082295 or 4809016. OLE color: 4809016.

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

Color convert

RGB569773-
CMYK0.4200.250.62
HSL144.88º26.8%30%-
HSV(B)144.88º42.27%38.04%-
XYZ7.119.877.83-
YUV82122.92109.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=24.78%
G=42.92%
B=32.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697730.4200.250.62144.8826.830
Hex3861492A0193E911b1e
Octal7014111152031762213336
Binary11100011000011001001101010011001111110100100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386149; }

 p { color: rgb(56,97,73); }

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

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

 a { background-color: rgb(56,97,73); }

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

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

 span { border-color: rgb(56,97,73); }

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