#385646

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

Shades of Plantation #385646

Tints of Plantation #385646

Color information

#385646 (or 0x385646) is unknown color: approx Plantation. HEX triplet: 38, 56 and 46. RGB value is (56,86,70). Sum of RGB (Red+Green+Blue) = 56+86+70=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #385646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385646 is #C7A9B9. Grayscale: #4B4B4B. Windows color (decimal): -13085114 or 4609592. OLE color: 4609592.

HSL color Cylindrical-coordinate representation of color #385646: hue angle of 148º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #385646 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB568670-
CMYK0.3500.190.66
HSL148º21.13%27.84%-
HSV(B)148º34.88%33.73%-
XYZ6.067.947.01-
YUV75.21125.06114.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=26.42%
G=40.57%
B=33.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5686700.3500.190.6614821.1327.84
Hex385646230134294151c
Octal70126106430231022242534
Binary111000101011010001101000110100111000010100101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385646; }

 p { color: rgb(56,86,70); }

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

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

 a { background-color: rgb(56,86,70); }

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

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

 span { border-color: rgb(56,86,70); }

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